aboutsummaryrefslogtreecommitdiff
path: root/server/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/main.go')
-rw-r--r--server/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main.go b/server/main.go
index c75a5de..2d1e60d 100644
--- a/server/main.go
+++ b/server/main.go
@@ -21,6 +21,7 @@ import (
)
func main() {
+ db.StartDB()
myRouter := gin.New()
myRouter.Use(gin.Logger())