Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Aug 2, 2017
1 parent a664a7d commit 9691746
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9691746

Please sign in to comment.