best compression

This commit is contained in:
Tommy Parnell
2022-03-05 03:03:10 -05:00
parent 0b7cc8bd11
commit 492a217356

View File

@@ -14,7 +14,7 @@ func main() {
app.Use(compress.New())
app.Use(compress.New(compress.Config{
Level: compress.LevelDefault,
Level: compress.LevelBestCompression,
}))
// GET /api/register
app.Get("/*", func(c *fiber.Ctx) error {