aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2022-06-13 21:07:15 +0100
committerNat Lasseter <user@4574.co.uk>2022-06-13 21:07:15 +0100
commit58b57fdb4116cca2733aa8e85630ec7331922503 (patch)
treead878e435a388dd240453ca83d35865224d900b6
parenta76a0ed2dc7a9e5b3ebedf5c8ff201cbfb5b6077 (diff)
Fix ws address
-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;