Skip to content

Commit

Permalink
READ ME PLS MAN 🥲🥲
Browse files Browse the repository at this point in the history
  • Loading branch information
REFSZIN committed Oct 26, 2022
1 parent 7b0080e commit 6d41a09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@ La Boleria is a back-end application, an REST API FULL.
### User Sign Up

```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
POST /cakes
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
POST /clients
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
POST /order
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
GET /orders
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
GET /orders/:id
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
GET /clients/:id/orders
```
```
https:/projeto16-shortly.vercel.app/
https://boleria.herokuapp.com
PATCH /order/:id
```

Expand Down

0 comments on commit 6d41a09

Please sign in to comment.