1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

disable brotli

This commit is contained in:
Martin McKeaveney 2020-05-18 14:36:42 +01:00
parent 661084a97f
commit 0d0d81b5c5

View file

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