From: Elijah Cohen Date: Fri, 17 May 2019 02:29:14 +0000 (-0500) Subject: fix for server X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=b462d65aac7d5e14769b9fbb2b54346e63e8b23a;p=pong_br fix for server --- diff --git a/web/main.js b/web/main.js index f2063d5..7574d28 100644 --- a/web/main.js +++ b/web/main.js @@ -1,5 +1,5 @@ -const prefixurl = "ws://" + window.location.hostname + ":" + c.WS_PORT; +const prefixurl = "ws://" + window.location.hostname + ":" + c.WS_PORT + "/sock"; var theSocket = null;