summary refs log tree commit diff stats
path: root/svc/svc.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-06 00:27:08 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-06 00:27:14 -0400
commit6753171a8992699baef2c529dd904cf562e87448 (patch)
tree2c4f20eb93f84b8da1af240c5501f3c1c185b2e0 /svc/svc.go
parent39c0e89b0aa010ae80156976fc5b0a5fe9b4b115 (diff)
downloadgetwtxt-6753171a8992699baef2c529dd904cf562e87448.tar.gz
updated tests to work with new project structure
Diffstat (limited to 'svc/svc.go')
-rw-r--r--svc/svc.go1
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