diff --git a/server/master.js b/server/master.js index a1205abd..8274a2ed 100644 --- a/server/master.js +++ b/server/master.js @@ -91,7 +91,7 @@ module.exports = async () => { // GraphQL Server // ---------------------------------------- - app.use(bodyParser.json({ limit: WIKI.config.bodyParserLimit })) + app.use(bodyParser.json({ limit: WIKI.config.bodyParserLimit || '1mb' })) await WIKI.servers.startGraphQL() // ----------------------------------------