diff --git a/config/bodyParser.js b/config/bodyParser.js index 6b40f1a..0b94321 100644 --- a/config/bodyParser.js +++ b/config/bodyParser.js @@ -74,6 +74,7 @@ module.exports = { | */ form: { + limit: "1mb", types: [ 'application/x-www-form-urlencoded' ]