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

pull/7791/head
feelsgoodfrog 6 months ago committed by Kamran Ahmed
parent 65a1ea1335
commit b1c4ca2bdf
  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