diff --git a/lib/configuration/hooks/dashboard/index.js b/lib/configuration/hooks/dashboard/index.js index 78b3b3b886..8fc9d6d2b9 100644 --- a/lib/configuration/hooks/dashboard/index.js +++ b/lib/configuration/hooks/dashboard/index.js @@ -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'] },