diff --git a/service/server/middleware.go b/service/server/middleware.go index 0d991ae..25c9969 100644 --- a/service/server/middleware.go +++ b/service/server/middleware.go @@ -14,7 +14,8 @@ import ( var noisyPaths = map[string]bool{ "/.well-known/appspecific/com.chrome.devtools.json": true, - "/health": true, + "/health": true, + "/favicon.ico": true, } func authMiddleware(apiKey string) func(http.Handler) http.Handler {