mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 11:32:47 +08:00
Update CHANGELOG.md
This commit is contained in:
@ -4,7 +4,11 @@
|
||||
|
||||
* Re-include `body-parser` in `jsonServer.middlewares()`.
|
||||
|
||||
If you're using JSON Server in an Express server and experience issues, you can disable it by passing `{ bodyParser: false }`.
|
||||
If you're using JSON Server in an Express server and experience issues, you can disable it by passing
|
||||
|
||||
```js
|
||||
jsonServer.defaults({ bodyParser: false })
|
||||
```
|
||||
|
||||
## 0.11.2 - 2017-07-10
|
||||
|
||||
|
Reference in New Issue
Block a user