mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Update README.md
This commit is contained in:
@ -33,7 +33,7 @@ Now if you go to [http://localhost:3000/posts/1](), you'll get
|
||||
{ "id": 1, "title": "json-server", "author": "typicode" }
|
||||
```
|
||||
|
||||
Also, if you make POST, PUT, PATCH or DELETE requests, changes will be saved to `db.json` using [lowdb](https://github.com/typicode/lowdb).
|
||||
Also, if you make POST, PUT, PATCH or DELETE requests, changes will be automatically saved to `db.json`
|
||||
|
||||
## Routes
|
||||
|
||||
|
Reference in New Issue
Block a user