summaryrefslogtreecommitdiff
path: root/ebus/webapp/static/console.html
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2011-12-05 23:17:55 +0100
committerYves Fischer <yvesf-git@xapek.org>2011-12-05 23:17:55 +0100
commitd6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce (patch)
tree4fa568d61117f0d517d6f48b8eb43994a10ea47d /ebus/webapp/static/console.html
parented0bb5ea68a23df2b5df9e379b69485c1c519658 (diff)
downloadebus-alt-d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce.tar.gz
ebus-alt-d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce.zip
api request path
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);
});