mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
fix(typo): comma todo-list-api.md (#7772)
This commit is contained in:
parent
6c86cc4a30
commit
7ea7ae68c4
@ -64,7 +64,7 @@ Register a new user using the following request:
|
||||
POST /register
|
||||
{
|
||||
"name": "John Doe",
|
||||
"email": "john@doe.com"
|
||||
"email": "john@doe.com",
|
||||
"password": "password"
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user