pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

JsonStore should return 201 after an item is successfully created #157

Closed corinadev closed 9 years ago

corinadev commented 9 years ago

Right now the JsonStore always returns 200 after an item is created. It should return 201.

I created a test to reproduce the error and also updated the code to make it pass.