diff --git a/src/dashboard.py b/src/dashboard.py index 6d257a4c..92d42d28 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1477,7 +1477,7 @@ except ValueError: app.static_url_path = f'{APP_PREFIX}' app.add_url_rule( - app.static_url_path + '/', + app.static_url_path + '/assets/', endpoint='static', view_func=app.send_static_file) with app.app_context():