From 512dc77496d200f557602f171ce5b2518439e3f6 Mon Sep 17 00:00:00 2001
From: Elijah Cohen <eli@eli173.com>
Date: Fri, 17 May 2019 09:51:50 -0500
Subject: [PATCH] CRUCIAL change

---
 web/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
2.39.5