diff --git a/backend/apps/api.go b/backend/apps/api.go index ee3bed74..43a34bc8 100644 --- a/backend/apps/api.go +++ b/backend/apps/api.go @@ -74,6 +74,6 @@ func NewApi() *Api { api := &Api{ app: gin.New(), } - // api.Init() + api.Init() return api }