Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwal-Microsoft authored Nov 15, 2024
1 parent b9bd243 commit 9eae22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def create_app():
app = Quart(__name__)
app.register_blueprint(bp)
app.config["TEMPLATES_AUTO_RELOAD"] = True
app.config['PROVIDE_AUTOMATIC_OPTIONS'] = True
return app


Expand Down

0 comments on commit 9eae22b

Please sign in to comment.