diff options
Diffstat (limited to 'svc/svc.go')
-rw-r--r-- | svc/svc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svc/svc.go b/svc/svc.go index 2592122..6870350 100644 --- a/svc/svc.go +++ b/svc/svc.go @@ -12,6 +12,7 @@ import ( // Start is the initialization function for getwtxt func Start() { + initSvc() // StrictSlash(true) allows /api and /api/ // to serve the same content without duplicating |