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