Skip to content

Commit 9eae22b

Browse files
Update app.py
1 parent b9bd243 commit 9eae22b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def create_app():
4242
app = Quart(__name__)
4343
app.register_blueprint(bp)
4444
app.config["TEMPLATES_AUTO_RELOAD"] = True
45+
app.config['PROVIDE_AUTOMATIC_OPTIONS'] = True
4546
return app
4647

4748

0 commit comments

Comments
 (0)