Added global profiler setting, options to apigw handlers

This commit is contained in:
Peter Grlica
2022-03-21 12:59:01 +01:00
parent 476084a3bf
commit f33336b21d
24 changed files with 342 additions and 243 deletions
+1
View File
@@ -212,6 +212,7 @@ type (
// This only holds the value of APIGW_PROFILER_ENABLED for now
//
ProfilerEnabled bool `kv:"-" json:"profilerEnabled"`
ProfilerGlobal bool `kv:"-" json:"profilerGlobal"`
} `kv:"apigw" json:"apigw"`
// UserInterface settings