Closed ghost closed 8 years ago
When I use Postman to create new todo via POST : http://localhost:5000/api/todos?complete=false&text=Something the response is :
http://localhost:5000/api/todos?complete=false&text=Something
{ "id": 7, "text": null, "complete": null }
Forgot the content-type:json prop
hey @naptiv, similar to #60, would you mind adding something to the FAQ for this?
When I use Postman to create new todo via POST :
http://localhost:5000/api/todos?complete=false&text=Something
the response is :{ "id": 7, "text": null, "complete": null }