From: Elijah Cohen Date: Fri, 17 May 2019 14:51:50 +0000 (-0500) Subject: CRUCIAL change X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=512dc77496d200f557602f171ce5b2518439e3f6;p=pong_br CRUCIAL change --- diff --git a/web/main.js b/web/main.js index b2c3076..1cddc90 100644 --- a/web/main.js +++ b/web/main.js @@ -1,5 +1,5 @@ -const prefixurl = "ws://" + window.location.hostname + "/sock"; +const prefixurl = "ws://" + window.location.hostname + "/sock/"; var theSocket = null;