Skip to content

Commit

Permalink
Increase limit of form data to allow big templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Aug 19, 2022
1 parent 328dbb7 commit 10a7df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/bodyParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = {
|
*/
form: {
limit: "1mb",
types: [
'application/x-www-form-urlencoded'
]
Expand Down

0 comments on commit 10a7df0

Please sign in to comment.