From b92c345b3adeca5e50df3385aa09e47e2d5a19b3 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 17 Aug 2025 14:57:20 +0800 Subject: [PATCH] Update dashboard.py --- src/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():