Update templates/map.html
Browse files- templates/map.html +2 -1
templates/map.html
CHANGED
|
@@ -129,7 +129,8 @@
|
|
| 129 |
let currentZoom = 3;
|
| 130 |
|
| 131 |
|
| 132 |
-
const ws = new WebSocket(`wss://sebastiankay-eft-group-map-websocket.hf.space/${client_id}`)
|
|
|
|
| 133 |
ws.onmessage = function (event) {
|
| 134 |
console.log(event.data);
|
| 135 |
const data = JSON.parse(event.data);
|
|
|
|
| 129 |
let currentZoom = 3;
|
| 130 |
|
| 131 |
|
| 132 |
+
// const ws = new WebSocket(`wss://sebastiankay-eft-group-map-websocket.hf.space/${client_id}`)
|
| 133 |
+
const ws = new WebSocket(`wss://sebastiankay-eft-group-map-websocket.hf.space/ws`)
|
| 134 |
ws.onmessage = function (event) {
|
| 135 |
console.log(event.data);
|
| 136 |
const data = JSON.parse(event.data);
|