Use http instead of https
This commit is contained in:
parent
ba4eac0b99
commit
9c3b605213
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ For more comfort put the HTML snippet below in a file `sse.html` in your `www` f
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
Visit [https://localhost:8123/local/sse.html](https://localhost:8123/local/sse.html) to see the stream of events.
|
Visit [http://localhost:8123/local/sse.html](http://localhost:8123/local/sse.html) to see the stream of events.
|
||||||
|
|
||||||
### {% linkable_title Example %}
|
### {% linkable_title Example %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue