Get the MRE api working #1
@ -33,7 +33,7 @@ def create_app(app_name: str='MRE') -> Flask:
|
||||
app = init_logger(app)
|
||||
|
||||
app.register_blueprint(mre_blueprint)
|
||||
app.register_blueprint(api_blueprint)
|
||||
app.register_blueprint(api_blueprint, url_prefix='/api')
|
||||
|
||||
@app.before_request
|
||||
def before_request():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user