Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 25, 2024
1 parent a63c108 commit 6eefb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ app.use(corsMiddleware)
app.use(authMiddleware)

app.use(ratelimit)
app.use(bodyParser())
app.use(bodyParser({ jsonLimit: "20mb", textLimit: "20mb" }))
app.use(setDefaultBody)

if (config.IS_SELF_HOSTED) {
Expand Down

0 comments on commit 6eefb74

Please sign in to comment.