fix rollback NewApi init method

This commit is contained in:
陈景阳
2022-01-03 23:13:26 +08:00
parent 7dc180bbb9
commit 24f1208525

View File

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