Merge pull request #19 from wistityhq/fix/put

Fix dashboard update route
This commit is contained in:
Loïc Saint-Roch 2015-10-30 17:10:19 +01:00
commit f5d24b7a70

View File

@ -45,7 +45,7 @@ module.exports = function (strapi) {
controller: explorerActions.findOne,
policies: ['isAuthorized']
},
'PUT /dashboard/explorer/:model': {
'PUT /dashboard/explorer/:model/:id': {
controller: explorerActions.update,
policies: ['isAuthorized']
},