mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +00:00
Merge pull request #19 from wistityhq/fix/put
Fix dashboard update route
This commit is contained in:
commit
f5d24b7a70
@ -45,7 +45,7 @@ module.exports = function (strapi) {
|
|||||||
controller: explorerActions.findOne,
|
controller: explorerActions.findOne,
|
||||||
policies: ['isAuthorized']
|
policies: ['isAuthorized']
|
||||||
},
|
},
|
||||||
'PUT /dashboard/explorer/:model': {
|
'PUT /dashboard/explorer/:model/:id': {
|
||||||
controller: explorerActions.update,
|
controller: explorerActions.update,
|
||||||
policies: ['isAuthorized']
|
policies: ['isAuthorized']
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user