We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc94d5 commit 0bebee2Copy full SHA for 0bebee2
content/middlewares.md
@@ -248,7 +248,7 @@ await app.listen(3000);
248
#### Default body parser middleware
249
250
When using the `express` adapter, the NestJS app will register `json` and `urlencoded` from the package `body-parser` by default.
251
-- `urlencoded` is used with the `{extended: true}` flag and the optional `rawBody` flag if set in your `NestApplicationOptions`.
+- `urlencoded` is used with the `extended: true` flag and the optional `rawBody` flag if set in your `NestApplicationOptions`.
252
- `body-parser` is used with the optional `rawBody` flag if set in your `NestApplicationOptions`.
253
254
This can be turned off by setting the `bodyParser` flag to `false` when creating the application.
0 commit comments