1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

disable brotli

This commit is contained in:
Martin McKeaveney 2020-05-18 14:36:42 +01:00
parent aaa46272bf
commit 1e7aab538d

View file

@ -30,6 +30,7 @@ router
deflate: {
flush: zlib.Z_SYNC_FLUSH,
},
br: false
})
)
.use(async (ctx, next) => {