disable brotli

This commit is contained in:
Martin McKeaveney 2020-05-18 14:36:42 +01:00
parent aaa46272bf
commit 1e7aab538d
1 changed files with 1 additions and 0 deletions

View File

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