diff --git a/src/Server/Server.ts b/src/Server/Server.ts index d7cda21..bd8974a 100644 --- a/src/Server/Server.ts +++ b/src/Server/Server.ts @@ -31,7 +31,7 @@ export function createServer(port: number, webhookRecievedCallback: WebhookRecie }); router.use(require('body-parser').json({ - limit: '5kb', + limit: '25kb', strict: true, type: "application/json" }));