Spaces:
Build error
Build error
changges
Browse files- 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://
|
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);
|