hotfix(server/auth): add old route /openvpn/portforwarded as valid

This commit is contained in:
Quentin McGaw
2025-11-13 14:21:50 +00:00
parent 3025476e8b
commit 46beaac34b
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ func New(settings Settings, debugLogger DebugLogger) (
routeToRoles: routeToRoles,
unprotectedRoutes: map[string]struct{}{
http.MethodGet + " /openvpn/actions/restart": {},
http.MethodGet + " /openvpn/portforwarded": {},
http.MethodGet + " /unbound/actions/restart": {},
http.MethodGet + " /updater/restart": {},
http.MethodGet + " /v1/version": {},