We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34961e6 commit e7ca7dfCopy full SHA for e7ca7df
README.md
@@ -49,6 +49,8 @@ $ curl http://localhost:3000/posts/1
49
50
Run `json-server --help` for a list of options
51
52
+## Sponsors ✨
53
+
54
| Sponsors |
55
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
56
| <a href="https://mockend.com/" target="_blank"><img src="https://jsonplaceholder.typicode.com/mockend.svg" height="70px"></a> |
@@ -59,6 +61,8 @@ Run `json-server --help` for a list of options
59
61
60
62
## Routes
63
64
+Based on the example `db.json`, you'll get the following routes:
65
66
```
67
GET /posts
68
GET /posts/:id
0 commit comments