Skip to content

Commit

Permalink
Merge 6a65e6b into 377fa08
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Dec 10, 2018
2 parents 377fa08 + 6a65e6b commit ade9ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/todo-tutorial-putting-it-together.md
Expand Up @@ -47,7 +47,7 @@ Here are some requests you can try:
- `GET /todos/{id}` using the ID you received from your `POST`, and see if you
get your Todo object back.
- `PATCH /todos/{id}` using the same ID, with a body of
`{ "desc": "need milk for cereal" }`
`{ "title": "get the milk", "desc": "need milk for cereal" }`

That's it! You've just created your first LoopBack 4 application!

Expand Down

0 comments on commit ade9ed0

Please sign in to comment.