Update README.md
This commit is contained in:
parent
184fc5a1a8
commit
997ad1f3e8
@ -5,7 +5,7 @@ All endpoints contain your test.
|
||||
## Endpoints
|
||||
|
||||
- /api/books GET
|
||||
_ /api/books POST
|
||||
- /api/books POST
|
||||
- /api/books/:pk GET
|
||||
- /api/books/:pk DELETE
|
||||
- /api/books/:pk PUT
|
||||
@ -24,3 +24,9 @@ python3 manage.py migrate
|
||||
``` bash
|
||||
python3 manage.py runserver
|
||||
```
|
||||
|
||||
## Test
|
||||
|
||||
``` bash
|
||||
pytest
|
||||
```
|
Loading…
Reference in New Issue
Block a user