Spaces:
Runtime error
Runtime error
Commit
·
65a9c03
1
Parent(s):
8435838
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
const canvas = document.getElementById('displayCanvas');
|
13 |
const ctx = canvas.getContext('2d');
|
14 |
|
15 |
-
let socket = new WebSocket("ws://localhost:
|
16 |
|
17 |
// Capture mouse movements and clicks
|
18 |
canvas.addEventListener("mousemove", function (event) {
|
|
|
12 |
const canvas = document.getElementById('displayCanvas');
|
13 |
const ctx = canvas.getContext('2d');
|
14 |
|
15 |
+
let socket = new WebSocket("ws://localhost:7860/ws");
|
16 |
|
17 |
// Capture mouse movements and clicks
|
18 |
canvas.addEventListener("mousemove", function (event) {
|