Update dashboard.py
parent
01caca707b
commit
afbb3df571
|
|
@ -1475,9 +1475,9 @@ try:
|
|||
except ValueError:
|
||||
pass
|
||||
|
||||
app.static_url_path = f'{APP_PREFIX}'
|
||||
app.static_url_path = f'{APP_PREFIX}/assets'
|
||||
app.add_url_rule(
|
||||
app.static_url_path + '/assets/<path:filename>',
|
||||
app.static_url_path + '/<path:filename>',
|
||||
endpoint='static', view_func=app.send_static_file)
|
||||
|
||||
with app.app_context():
|
||||
|
|
|
|||
Loading…
Reference in New Issue