mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | 'use strict'; | ||
|  | 
 | ||
|  | /** | ||
|  |  * UsersPermissions.js service | ||
|  |  * | ||
|  |  * @description: A set of functions similar to controller's actions to avoid code duplication. | ||
|  |  */ | ||
|  | 
 | ||
|  | module.exports = { | ||
|  | 
 | ||
|  | }; |