mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   user: {
 | |
|     actions: {
 | |
|       create: 'User.create', // Use the User plugin's controller.
 | |
|       update: 'User.update',
 | |
|       destroy: 'User.destroy',
 | |
|       deleteall: 'User.destroyAll',
 | |
|     },
 | |
|   },
 | |
| };
 | 
