CHORE: increase request size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
BradBot_1 2023-02-23 00:49:18 +00:00
parent 7553e2555f
commit f8bf60ee91

View file

@ -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"
}));