mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import axios from 'axios';
 | 
						|
import { APP_BASE_URL } from 'widget/helpers/constants';
 | 
						|
 | 
						|
export const API = axios.create({
 | 
						|
  baseURL: APP_BASE_URL,
 | 
						|
});
 |