Skip to content

Commit a3eb508

Browse files
committed
host changed
1 parent 6d07a4a commit a3eb508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget/widget-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function injectChat() {
1616
root.id = 'intergramRoot';
1717
document.getElementsByTagName('body')[0].appendChild(root);
1818
// const server = window.intergramServer || 'https://www.intergram.xyz';
19-
const server = window.intergramServer || 'https://mintergram.herokuapp.com/';
19+
const server = window.intergramServer || 'https://mintergram.herokuapp.com';
2020
const iFrameSrc = server + '/chat.html';
2121
const host = window.location.host || 'unknown-host';
2222
const conf = { ...defaultConfiguration, ...window.intergramCustomizations };

0 commit comments

Comments
 (0)