fix(crud): single instance requests were failing, not taking id into account

This commit is contained in:
Mahdi Dibaiee
2016-03-12 10:52:47 +03:30
parent 097a9adcf3
commit 5551d416a8
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hapi-sequelize-crud",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {