Skip to content

Commit 7c63e51

Browse files
committed
remove the double slash from the URL
1 parent 94e13a4 commit 7c63e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Debug/Toolbar/Views/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ var ciDebugBar = {
650650
},
651651

652652
hotReloadConnect: function () {
653-
const eventSource = new EventSource(ciSiteURL + "/__hot-reload");
653+
const eventSource = new EventSource(ciSiteURL + "__hot-reload");
654654

655655
eventSource.addEventListener("reload", function (e) {
656656
console.log("reload", e);

0 commit comments

Comments
 (0)