Update web-socket.html
Browse files- web-socket.html +1 -1
web-socket.html
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
}).addTo(map);
|
41 |
|
42 |
async function loadSessions() {
|
43 |
-
const res = await fetch('https://
|
44 |
const data = await res.json();
|
45 |
renderTable(data);
|
46 |
renderMap(data);
|
|
|
40 |
}).addTo(map);
|
41 |
|
42 |
async function loadSessions() {
|
43 |
+
const res = await fetch('https://soiz1-websocket.hf.space/api/sessions');
|
44 |
const data = await res.json();
|
45 |
renderTable(data);
|
46 |
renderMap(data);
|