mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix rollback NewApi init method
This commit is contained in:
@@ -74,6 +74,6 @@ func NewApi() *Api {
|
||||
api := &Api{
|
||||
app: gin.New(),
|
||||
}
|
||||
// api.Init()
|
||||
api.Init()
|
||||
return api
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user