From bc5763ee85601eb66934316b710f31cd90879c02 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Fri, 21 Aug 2020 04:56:52 +0900 Subject: [PATCH] Update --- app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.js b/app/app.js index 0dcf0cc..b6bc45e 100644 --- a/app/app.js +++ b/app/app.js @@ -26,7 +26,7 @@ const protect = (req, res, next) => { } app.use(bodyParser.json()) -app.use(bodyParser.text()) +app.use(bodyParser.text({limit: '50mb'})) app.use(allowCrossDomain) //app.use(protect)