diff --git a/src/dashboard.py b/src/dashboard.py index 92d42d28..b391d042 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -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/', + app.static_url_path + '/', endpoint='static', view_func=app.send_static_file) with app.app_context():