1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 03:34:00 +02: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

View File

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