fix(typo): comma todo-list-api.md

pull/7772/head
feelsgoodfrog 4 days ago committed by GitHub
parent 6c86cc4a30
commit 0225002ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/projects/todo-list-api.md

@ -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…
Cancel
Save