mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	 99eaf59509
			
		
	
	99eaf59509
	
	
	
		
			
			* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class AccountAPI extends ApiClient {
 | |
|   constructor() {
 | |
|     super('', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new AccountAPI();
 |