diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-06 00:27:08 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-06 00:27:14 -0400 |
commit | 6753171a8992699baef2c529dd904cf562e87448 (patch) | |
tree | 2c4f20eb93f84b8da1af240c5501f3c1c185b2e0 /svc/svc.go | |
parent | 39c0e89b0aa010ae80156976fc5b0a5fe9b4b115 (diff) | |
download | getwtxt-6753171a8992699baef2c529dd904cf562e87448.tar.gz |
updated tests to work with new project structure
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 |