1
0
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:
feelsgoodfrog 2024-11-22 21:03:48 +09:00 committed by GitHub
parent 6c86cc4a30
commit 7ea7ae68c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
```