From d28b5eb2960e80d80e967a3f01ce70e1fa457808 Mon Sep 17 00:00:00 2001
From: cbdev <cb@cbcdn.com>
Date: Fri, 17 May 2019 19:41:14 +0200
Subject: Split out websocket handling, HTTP header processing

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index c0af329..233ee69 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 	<head>
 		<script type="text/javascript">
 			function init(){
-				var webSocket = new WebSocket("ws://localhost:8001/");
+				var webSocket = new WebSocket("ws://localhost:8001/foo/bar");
 			}
 		</script>
 	</head>
-- 
cgit v1.2.3