diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-24 15:53:42 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-24 15:53:42 +0530 |
commit | 5329b1fd16d0b8940f9526b523676dfb1cdbf317 (patch) | |
tree | d65963f6a797e72c2fae8332568bddc00d2293a9 /server/router/router.go | |
parent | e21a1c15a2e4bf3e51cdd7a5671bbfee5837ef13 (diff) |
switching to typescript
Diffstat (limited to 'server/router/router.go')
-rw-r--r-- | server/router/router.go | 3 |
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()) |