Skip to content

Commit

Permalink
fix server json size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
syuChen1 committed Apr 27, 2022
1 parent 674a267 commit e0204ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/config/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
proxy: {
enabled: true,
clientPath: './public/client',
},
parser: {
jsonLimit: '10mb'
}
// logger: {
// // dev + prod
Expand Down

0 comments on commit e0204ee

Please sign in to comment.