From: Elijah Cohen Date: Fri, 17 May 2019 02:33:24 +0000 (-0500) Subject: foolish error i forgot X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=2b1f280dcd32fb0b110d3bc05c45b2f93eeddee1;p=pong_br foolish error i forgot --- diff --git a/web/main.js b/web/main.js index 7574d28..b2c3076 100644 --- a/web/main.js +++ b/web/main.js @@ -1,5 +1,5 @@ -const prefixurl = "ws://" + window.location.hostname + ":" + c.WS_PORT + "/sock"; +const prefixurl = "ws://" + window.location.hostname + "/sock"; var theSocket = null;