mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 11:43:58 +02:00
fix(typo): comma todo-list-api.md (#7772)
This commit is contained in:
@@ -64,7 +64,7 @@ Register a new user using the following request:
|
|||||||
POST /register
|
POST /register
|
||||||
{
|
{
|
||||||
"name": "John Doe",
|
"name": "John Doe",
|
||||||
"email": "john@doe.com"
|
"email": "john@doe.com",
|
||||||
"password": "password"
|
"password": "password"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user