diff --git a/api/auth.py b/api/auth.py index 9688f0e..2198d5d 100644 --- a/api/auth.py +++ b/api/auth.py @@ -92,6 +92,7 @@ class SimpleAuthMiddleware(BaseHTTPMiddleware): self.public_routes = [ "/webhook/", "/health", + "/logo/", # Logo files should always be accessible "/ping", "/api/v1/health", "/api/v1/metrics",