This commit is contained in:
parent
03df7ddb8a
commit
62e03c7ce3
@ -13,6 +13,7 @@ app.config.from_object(Config)
|
||||
api = Api(app)
|
||||
health = HealthCheck()
|
||||
ma.init_app(app)
|
||||
db.init_app(app)
|
||||
|
||||
|
||||
@app.before_first_request
|
||||
|
Loading…
Reference in New Issue
Block a user