From c1829b2aef5a8377b7c27fe24268c5cc36bf5680 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Wed, 22 Oct 2025 14:32:50 -0400 Subject: [PATCH] fix: missing logo --- api/auth.py | 1 + 1 file changed, 1 insertion(+) 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",