Removed fileDownload and replaced by using `downloadWireguardConfigurationBackup`

pull/1173/head
Donald Zou 2026-03-28 23:17:39 +08:00
parent 468d1c7642
commit 22df8a1b1f
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ def auth_req():
whiteList = [ whiteList = [
'/static/', 'validateAuthentication', 'authenticate', 'getDashboardConfiguration', '/static/', 'validateAuthentication', 'authenticate', 'getDashboardConfiguration',
'getDashboardTheme', 'getDashboardVersion', 'sharePeer/get', 'isTotpEnabled', 'locale', 'getDashboardTheme', 'getDashboardVersion', 'sharePeer/get', 'isTotpEnabled', 'locale',
'/fileDownload',
'/client' '/client'
] ]