Simplify default middlewares setup

This commit is contained in:
Deluan
2024-01-20 19:17:21 -05:00
parent 34c29a156f
commit 3ca4f44118
2 changed files with 10 additions and 13 deletions
+1
View File
@@ -116,6 +116,7 @@ func compressMiddleware() func(http.Handler) http.Handler {
"text/plain",
"text/css",
"text/javascript",
"text/event-stream",
)
}