rrevo commited on
Commit
888246e
·
1 Parent(s): 5008097
Files changed (1) hide show
  1. display/index.html +1 -1
display/index.html CHANGED
@@ -10,7 +10,7 @@
10
 
11
  <script>
12
  window.onload = () => {
13
- const eventSource = new EventSource('http://126.0.0.1:5555/test');
14
  eventSource.onmessage = (event) => {
15
  console.log("event", event);
16
  const data = JSON.parse(event.data);
 
10
 
11
  <script>
12
  window.onload = () => {
13
+ const eventSource = new EventSource('http://127.0.0.1:5555/test');
14
  eventSource.onmessage = (event) => {
15
  console.log("event", event);
16
  const data = JSON.parse(event.data);