aboutsummaryrefslogtreecommitdiff
path: root/server/router/router.go
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-24 15:53:42 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-24 15:53:42 +0530
commit5329b1fd16d0b8940f9526b523676dfb1cdbf317 (patch)
treed65963f6a797e72c2fae8332568bddc00d2293a9 /server/router/router.go
parente21a1c15a2e4bf3e51cdd7a5671bbfee5837ef13 (diff)
switching to typescript
Diffstat (limited to 'server/router/router.go')
-rw-r--r--server/router/router.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/router/router.go b/server/router/router.go
index 80e9dfc..7729dd2 100644
--- a/server/router/router.go
+++ b/server/router/router.go
@@ -11,12 +11,9 @@ package router
import (
"github.com/gin-gonic/gin"
"github.com/gin-gonic/contrib/static"
-
- db "github.com/MikunoNaka/openbills/database"
)
func InitRouter() {
- db.InitDB()
myRouter := gin.New()
myRouter.Use(gin.Logger())