Skip to content

Commit c648f2c

Browse files
committed
Adjust uri
1 parent 2df95ab commit c648f2c

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(":8080/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)