We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82890d1 commit 007728eCopy full SHA for 007728e
jazzband/factory.py
@@ -69,7 +69,7 @@ def add_vary_header(response):
69
70
if app.config["IS_PRODUCTION"]:
71
app.wsgi_app = ProxyFix(app.wsgi_app)
72
- app.wsgi_app = WhiteNoise(app.wsgi_app, root='static/')
+ app.wsgi_app = WhiteNoise(app.wsgi_app, root="static/")
73
74
mail.init_app(app)
75
0 commit comments