soiz1 commited on
Commit
a034404
·
verified ·
1 Parent(s): 85cadd4

Update web-socket.html

Browse files
Files changed (1) hide show
  1. 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://recorder-k5jn.onrender.com/api/sessions');
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);