Skip to content

Commit 2d53f33

Browse files
committed
Adjust event source url
1 parent 9f5b2af commit 2d53f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var changesEventSource = new EventSource("/changes");
1+
var changesEventSource = new EventSource("http://localhost:8080/changes");
22

33
function isExternal(url) {
44
var match = url.match(

0 commit comments

Comments
 (0)