CHORE: increase request size
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7553e2555f
commit
f8bf60ee91
|
@ -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"
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue