This commit is contained in:
2026-06-28 15:53:21 +02:00
parent 0be86771e1
commit 3fc1311d50
5 changed files with 311 additions and 76 deletions

View File

@@ -59,6 +59,7 @@ class AuthMiddleware(BaseHTTPMiddleware):
"/login", # Login page
"/setup", # Setup page
"/queue", # Queue page (needs to be accessible for initial load)
"/anime/settings", # Anime Settings page (auth handled by API, JS redirects to login)
}
def __init__(