fix rollback NewApi init method

This commit is contained in:
陈景阳
2022-01-03 23:13:26 +08:00
parent 2e57571b5d
commit 3382438d23

View File

@@ -74,6 +74,6 @@ func NewApi() *Api {
api := &Api{
app: gin.New(),
}
// api.Init()
api.Init()
return api
}