mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-04-20 03:36:17 +00:00
Fix: Fixed support for WGDashboardClient, now its static files are processed separately
This commit is contained in:
@@ -255,7 +255,8 @@ def auth_req():
|
||||
'getDashboardTheme', 'getDashboardVersion', 'sharePeer/get', 'isTotpEnabled', 'locale',
|
||||
'/fileDownload',
|
||||
'/client',
|
||||
'/assets/', '/img/', '/json/'
|
||||
'/assets/', '/img/', '/json/',
|
||||
'/client/assets/', '/client/img/'
|
||||
]
|
||||
|
||||
if (("username" not in session or session.get("role") != "admin")
|
||||
|
||||
Reference in New Issue
Block a user