Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit

Permalink
fix: up limits for raw
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Sep 21, 2023
1 parent 6815f10 commit 7d4bbff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class AppModule implements NestModule {
.apply(
bodyParser.raw({
type: ['application/octet-stream'],
limit: '100mb',
})
)
.forRoutes('runs/end');
Expand Down

0 comments on commit 7d4bbff

Please sign in to comment.