1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: exclude avatar routes from logging [skip ci]

This commit is contained in:
Ferdinand Mütsch 2023-03-24 23:16:36 +01:00
parent c82186046c
commit 31664c25a8

View File

@ -235,6 +235,7 @@ func main() {
"/favicon", "/favicon",
"/service-worker.js", "/service-worker.js",
"/api/health", "/api/health",
"/api/avatar",
}), }),
) )
if config.Sentry.Dsn != "" { if config.Sentry.Dsn != "" {