mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
feat: enable gzip
This commit is contained in:
parent
7a588bd108
commit
d84f3f0941
@ -74,6 +74,7 @@ func NewHTTPCommand() *cobra.Command {
|
||||
handler.NewHTTP(l.Named("inst.handler"), r, handler.WithBasePath(basePathFlag(v))),
|
||||
middleware.Telemetry(),
|
||||
middleware.Logger(),
|
||||
middleware.GZip(),
|
||||
middleware.Recover(),
|
||||
),
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user