Files
chatwoot/app/javascript/shared/mixins/configMixin.js
T
2020-04-05 22:11:27 +05:30

8 lines
106 B
JavaScript

export default {
computed: {
hostURL() {
return window.chatwootConfig.hostURL;
},
},
};