diff --git a/backend/src/index.ts b/backend/src/index.ts index 01777ac..e3b10aa 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -35,7 +35,7 @@ export function createServer() { server.use( bodyParser.json({ - limit: '200kb', + limit: '10mb', verify: (req, res, buf) => { (req).rawBody = buf; },