Skip to content

Commit

Permalink
update limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeassassin committed Sep 6, 2023
1 parent 1fd3b2a commit 7f857a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ const corsOptions = {
app.use(cors(corsOptions));

app.use('/payment/stripe-callback', bodyParser.raw({ type: '*/*' }));
app.use(bodyParser.json());
app.use(bodyParser.json({ limit: '50mb' }));

module.exports = app;

0 comments on commit 7f857a9

Please sign in to comment.