mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class DashboardAppsAPI extends ApiClient {
 | |
|   constructor() {
 | |
|     super('dashboard_apps', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new DashboardAppsAPI();
 | 
