mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 19ab0fe108
			
		
	
	19ab0fe108
	
	
	
		
			
			* Chore: Enable Users to create multiple accounts Addresses: #402 - migrations to split roles and other attributes from users table - make changes in code to accommodate this change Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class WebHooks extends ApiClient {
 | |
|   constructor() {
 | |
|     super('webhooks', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new WebHooks();
 |