mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 15:56:17 +00:00
Update dashboard.py
This commit is contained in:
@@ -1477,7 +1477,7 @@ except ValueError:
|
|||||||
|
|
||||||
app.static_url_path = f'{APP_PREFIX}'
|
app.static_url_path = f'{APP_PREFIX}'
|
||||||
app.add_url_rule(
|
app.add_url_rule(
|
||||||
app.static_url_path + '/<path:filename>',
|
app.static_url_path + '/assets/<path:filename>',
|
||||||
endpoint='static', view_func=app.send_static_file)
|
endpoint='static', view_func=app.send_static_file)
|
||||||
|
|
||||||
with app.app_context():
|
with app.app_context():
|
||||||
|
Reference in New Issue
Block a user