diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |