Skip to content

Commit 9691746

Browse files
authored
Update CHANGELOG.md
1 parent a664a7d commit 9691746

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
* Re-include `body-parser` in `jsonServer.middlewares()`.
66

7-
If you're using JSON Server in an Express server and experience issues, you can disable it by passing `{ bodyParser: false }`.
7+
If you're using JSON Server in an Express server and experience issues, you can disable it by passing
8+
9+
```js
10+
jsonServer.defaults({ bodyParser: false })
11+
```
812

913
## 0.11.2 - 2017-07-10
1014

0 commit comments

Comments
 (0)