root-systems / catstack

[ON HOLD] :cat2: :cat2: :cat2: A modular mad science framework for teams working on production web apps.
https://catstack.herokuapp.com/
49 stars 4 forks source link

Postman #61

Closed ghost closed 8 years ago

ghost commented 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 :

{ "id": 7, "text": null, "complete": null }

ghost commented 8 years ago

Forgot the content-type:json prop

ahdinosaur commented 8 years ago

hey @naptiv, similar to #60, would you mind adding something to the FAQ for this?