fix: increase max API input size to 50MB
This commit is contained in:
parent
9c1568b911
commit
4bdce129b3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ app.use(
|
||||||
);
|
);
|
||||||
app.use(
|
app.use(
|
||||||
express.json({
|
express.json({
|
||||||
limit: "10mb",
|
limit: "50mb",
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
app.use(multer().none());
|
app.use(multer().none());
|
||||||
|
|
Loading…
Add table
Reference in a new issue