Skip to content

Commit

Permalink
remove commit e4a8a09
Browse files Browse the repository at this point in the history
  • Loading branch information
jeankassio committed Aug 3, 2023
1 parent c828e9e commit 591acc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function bootstrap() {
methods: [...configService.get<Cors>('CORS').METHODS],
credentials: configService.get<Cors>('CORS').CREDENTIALS,
}),
urlencoded({ extended: true, limit: '136mb' }),
json({ limit: '136mb' }),
urlencoded({ extended: true, limit: '50mb' }),
json({ limit: '50mb' }),
compression(),
);

Expand Down

0 comments on commit 591acc0

Please sign in to comment.