diff --git a/src/main.ts b/src/main.ts index 5f6cba5..59b9adc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -39,8 +39,8 @@ async function bootstrap() { }, credentials: true, }); - app.use(json({ limit: '50mb' })); - app.use(urlencoded({ extended: true, limit: '50mb' })); + app.use(json({ limit: '100mb' })); + app.use(urlencoded({ extended: true, limit: '100mb' })); // app.useGlobalFilters(new HttpExceptionFilter()); app.useGlobalInterceptors(new LoggingInterceptor()); if (process.env.DOC === 'true') {