We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d07a4a commit a3eb508Copy full SHA for a3eb508
src/widget/widget-index.js
@@ -16,7 +16,7 @@ function injectChat() {
16
root.id = 'intergramRoot';
17
document.getElementsByTagName('body')[0].appendChild(root);
18
// const server = window.intergramServer || 'https://www.intergram.xyz';
19
- const server = window.intergramServer || 'https://mintergram.herokuapp.com/';
+ const server = window.intergramServer || 'https://mintergram.herokuapp.com';
20
const iFrameSrc = server + '/chat.html';
21
const host = window.location.host || 'unknown-host';
22
const conf = { ...defaultConfiguration, ...window.intergramCustomizations };
0 commit comments