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