We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5b2af commit 2d53f33Copy full SHA for 2d53f33
refresh.js
@@ -1,4 +1,4 @@
1
-var changesEventSource = new EventSource("/changes");
+var changesEventSource = new EventSource("http://localhost:8080/changes");
2
3
function isExternal(url) {
4
var match = url.match(
0 commit comments