aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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>