Skip to content
Snippets Groups Projects
Commit 7927e1e9 authored by Marwan B's avatar Marwan B
Browse files

add explanation to delete route

parent 5022e0f3
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,4 @@ To delete a person you must first login by `POST`ing to the `api/auth` route:
}
```
You will receive a token which you will need to copy. Then you can use the `DELETE` /api/persons/:id route.
You will receive a token which you will need to copy. Then you can use the `DELETE` `/api/persons/:id` route.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment