From c9a59c945b1a9f0f36bf397d88ea0de0ea22f1fe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 9 Feb 2018 00:26:03 +0300 Subject: www: switch to new ws url --- juick-www/src/main/static/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 25e65731..ff617330 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -126,7 +126,7 @@ var ws, function initWS() { let url = (window.location.protocol === 'https:' ? 'wss' : 'ws') + ':' - + '//ws.juick.com/'; + + '//api.juick.com/ws/'; let hash = document.getElementById('body').getAttribute('data-hash'); if (hash) { url += '?hash=' + hash; -- cgit v1.2.3