Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
6
research/chatwoot/app/javascript/survey/helpers/axios.js
Normal file
6
research/chatwoot/app/javascript/survey/helpers/axios.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import axios from 'axios';
|
||||
import { APP_BASE_URL } from 'widget/helpers/constants';
|
||||
|
||||
export const API = axios.create({
|
||||
baseURL: APP_BASE_URL,
|
||||
});
|
||||
Reference in New Issue
Block a user