diff --git a/amadeus/static/js/socket.js b/amadeus/static/js/socket.js index f715017..698aab0 100644 --- a/amadeus/static/js/socket.js +++ b/amadeus/static/js/socket.js @@ -4,7 +4,7 @@ if (("Notification" in window)) { } } -socket = new WebSocket("ws://" + window.location.host + "/"); +socket = new WebSocket("ws://" + window.location.host + ":8888/"); socket.onmessage = function(e) { content = JSON.parse(e.data); -- libgit2 0.21.2