diff --git a/app.js b/app.js index aafb251b..1d196e3f 100755 --- a/app.js +++ b/app.js @@ -25,8 +25,8 @@ const http = require('http').Server(app) app.set('port', config.WEB_SERVER_PORT) -app.use(bodyParser.json({ limit: '50mb' })) -app.use(bodyParser.urlencoded({ limit: '50mb', extended: true })) +app.use(bodyParser.json({ limit: '150mb' })) +app.use(bodyParser.urlencoded({ limit: '150mb', extended: true })) app.use(cors()) app.use(fileUpload())