mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +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,
 | 
			
		||||
          policies: ['isAuthorized']
 | 
			
		||||
        },
 | 
			
		||||
        'PUT /dashboard/explorer/:model': {
 | 
			
		||||
        'PUT /dashboard/explorer/:model/:id': {
 | 
			
		||||
          controller: explorerActions.update,
 | 
			
		||||
          policies: ['isAuthorized']
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user