mirror of
https://github.com/typicode/json-server.git
synced 2025-07-29 05:03:04 +08:00
Update CHANGELOG.md
This commit is contained in:
@ -8,9 +8,9 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Before
|
# Before
|
||||||
GET /products?author=typicode&foo=bar # []
|
GET /posts?author=typicode&foo=bar # []
|
||||||
# After
|
# After
|
||||||
GET /products?author=typicode&foo=bar # [{...}, {...}]
|
GET /posts?author=typicode&foo=bar # [{...}, {...}]
|
||||||
```
|
```
|
||||||
|
|
||||||
## [0.7.28][2015-09-09]
|
## [0.7.28][2015-09-09]
|
||||||
|
Reference in New Issue
Block a user