aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--planed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/planed.html b/planed.html
index 6e685b8..fca3d74 100644
--- a/planed.html
+++ b/planed.html
@@ -32,7 +32,7 @@ div.msg {
<div id="overlay"></div>
<div id="log"></div>
<script>
- let ws = new WebSocket("ws://localhost:3000");
+ let ws = new WebSocket("ws://plane.4574.co.uk:80");
let div = document.getElementById("log");
let loglen = 0;
const logmax = 18;