added configuration endpoint which sends tou link and version info

This commit is contained in:
Cam Otts
2023-01-31 12:44:03 -06:00
parent 9fb4b6f309
commit cd08b98a0a
19 changed files with 742 additions and 7 deletions

View File

@ -27,6 +27,7 @@ type Config struct {
type AdminConfig struct {
Secrets []string `cf:"+secret"`
TouLink string
}
type EndpointConfig struct {