aboutsummaryrefslogtreecommitdiffstats
path: root/config/bodyParser.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/bodyParser.js')
-rw-r--r--config/bodyParser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bodyParser.js b/config/bodyParser.js
index c481b01..f04d291 100644
--- a/config/bodyParser.js
+++ b/config/bodyParser.js
@@ -20,7 +20,7 @@ module.exports = {
20 | is over 1mb it will not be processed. 20 | is over 1mb it will not be processed.
21 | 21 |
22 */ 22 */
23 limit: '1mb', 23 limit: '50mb',
24 24
25 /* 25 /*
26 |-------------------------------------------------------------------------- 26 |--------------------------------------------------------------------------