Removed webSocket form public routes. Needs now as well a authentication, if enabled

This commit is contained in:
2026-02-21 18:41:42 +01:00
parent 3e06cfc1ab
commit 16112af26d

View File

@@ -67,7 +67,6 @@ func isPublicRoute(path string) bool {
"/auth/status", "/auth/status",
"/api/ban", "/api/ban",
"/api/unban", "/api/unban",
"/api/ws",
"/static/", "/static/",
"/locales/", "/locales/",
} }