Boom #4

Merged
joeybaker merged 3 commits from boom into master 2016-06-30 13:44:07 +00:00
Showing only changes of commit 0698a8a3ad - Show all commits

View File

@ -63,7 +63,7 @@ export const get = (server, model) => {
config: _.defaultsDeep({
validate: {
params: joi.object().keys({
id: joi.number().integer()
id: joi.any()
})
}
}, defaultConfig)