Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
6
research/chatwoot/app/javascript/v3/api/apiClient.js
Normal file
6
research/chatwoot/app/javascript/v3/api/apiClient.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const { apiHost = '' } = window.chatwootConfig || {};
|
||||
const wootAPI = axios.create({ baseURL: `${apiHost}/` });
|
||||
|
||||
export default wootAPI;
|
||||
Reference in New Issue
Block a user