mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			337 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			337 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   admin: require('./admin'),
 | |
|   'api-token': require('./api-token'),
 | |
|   'authenticated-user': require('./authenticated-user'),
 | |
|   authentication: require('./authentication'),
 | |
|   permission: require('./permission'),
 | |
|   role: require('./role'),
 | |
|   user: require('./user'),
 | |
|   webhooks: require('./webhooks'),
 | |
| };
 | 
