We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d8264 commit 1436916Copy full SHA for 1436916
ClientAdvisor/App/app.py
@@ -51,7 +51,6 @@
51
52
def create_app():
53
app = Quart(__name__)
54
- app.config["PROVIDE_AUTOMATIC_OPTIONS"] = True
55
app.register_blueprint(bp)
56
app.config["TEMPLATES_AUTO_RELOAD"] = True
57
# app.secret_key = secrets.token_hex(16)
0 commit comments