fix: db init

This commit is contained in:
Simon Ding
2024-07-26 14:28:58 +08:00
parent 1dd61ccbca
commit 2e3b67dfce
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ func HttpHandler(f func(*gin.Context) (interface{}, error)) gin.HandlerFunc {
})
return
}
//log.Infof("url %v return: %+v", ctx.Request.URL, r)
log.Debug("url %v return: %+v", ctx.Request.URL, r)
ctx.JSON(200, Response{
Code: 0,