diff --git a/src/data/projects/todo-list-api.md b/src/data/projects/todo-list-api.md index b4cf50d3a..ec9a46bfb 100644 --- a/src/data/projects/todo-list-api.md +++ b/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" } ```