Skip to content

Commit

Permalink
fix(regulations-admin): Increase body limit on regulations backend (#…
Browse files Browse the repository at this point in the history
…15884)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
thordurhhh and kodiakhq[bot] authored Sep 5, 2024
1 parent e61152a commit e0f0050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/services/regulations-admin-backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ bootstrap({
appModule: AppModule,
name: 'regulations-admin-backend',
openApi,
jsonBodyLimit: '300kb',
})

0 comments on commit e0f0050

Please sign in to comment.