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 b9bd243 commit 9eae22bCopy full SHA for 9eae22b
app.py
@@ -42,6 +42,7 @@ def create_app():
42
app = Quart(__name__)
43
app.register_blueprint(bp)
44
app.config["TEMPLATES_AUTO_RELOAD"] = True
45
+ app.config['PROVIDE_AUTOMATIC_OPTIONS'] = True
46
return app
47
48
0 commit comments