a1a81e3799
Twilio SMS Channel Fixes : #350
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
export default {
|
|
computed: {
|
|
hostURL() {
|
|
return window.chatwootConfig.hostURL;
|
|
},
|
|
},
|
|
};
|