Skip to content

Commit

Permalink
docs: clarify routes
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 7, 2024
1 parent 34961e6 commit e7ca7df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -49,6 +49,8 @@ $ curl http://localhost:3000/posts/1

Run `json-server --help` for a list of options

## Sponsors ✨

| Sponsors |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <a href="https://mockend.com/" target="_blank"><img src="https://jsonplaceholder.typicode.com/mockend.svg" height="70px"></a> |
Expand All @@ -59,6 +61,8 @@ Run `json-server --help` for a list of options

## Routes

Based on the example `db.json`, you'll get the following routes:

```
GET /posts
GET /posts/:id
Expand Down

0 comments on commit e7ca7df

Please sign in to comment.