summaryrefslogtreecommitdiff
path: root/ebus/webapp/static/console.html
diff options
context:
space:
mode:
Diffstat (limited to 'ebus/webapp/static/console.html')
-rw-r--r--ebus/webapp/static/console.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebus/webapp/static/console.html b/ebus/webapp/static/console.html
index 652f621..eeab1fb 100644
--- a/ebus/webapp/static/console.html
+++ b/ebus/webapp/static/console.html
@@ -25,7 +25,7 @@
});
}
- jQuery.getJSON("/stream", function(resp) {
+ jQuery.getJSON("../stream", function(resp) {
log(resp.data);
reload(resp.time_stop);
});