only write METHOD PATH | BODY if $DEBUG=true

This commit is contained in:
Bel LaPointe
2024-04-11 17:21:07 -06:00
parent 64af8f5085
commit bdc40e91b4
2 changed files with 6 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ import (
type Config struct {
Port int
Debug bool
InitializeSlack bool
SlackToken string
SlackChannels string