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

JsonRestStore returns 200 instead of 201 after successfully creating an entity #158

Closed corinadev closed 9 years ago

corinadev commented 9 years ago

I created a pull request for this with a test that reproduces the issue and a proposed fix :)

https://github.com/pmlopes/yoke/pull/157