This commit is contained in:
Phillip Thelen
2023-03-01 15:06:08 +01:00
parent a2ce0ab099
commit 5d1346e65c

View File

@@ -12,7 +12,7 @@ const webhookData = {};
app.use(bodyParser.urlencoded({
extended: true,
limit: '10mb'
limit: '10mb',
}));
app.use(bodyParser.json({ limit: '10mb' }));