summaryrefslogtreecommitdiff
path: root/ebus/webapp
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2011-12-05 23:18:30 +0100
committerYves Fischer <yvesf-git@xapek.org>2011-12-05 23:18:30 +0100
commita6f7d26fd72222970226018d423c7138f34c7c0e (patch)
tree2c06d61315873b5931eaba497fd35a2716d23031 /ebus/webapp
parentd6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce (diff)
downloadebus-alt-a6f7d26fd72222970226018d423c7138f34c7c0e.tar.gz
ebus-alt-a6f7d26fd72222970226018d423c7138f34c7c0e.zip
api request path 2
Diffstat (limited to 'ebus/webapp')
-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 eeab1fb..83dce58 100644
--- a/ebus/webapp/static/console.html
+++ b/ebus/webapp/static/console.html
@@ -19,7 +19,7 @@
}
function reload(time_stop) {
- jQuery.getJSON("/stream/" + time_stop, function(resp) {
+ jQuery.getJSON("../stream/" + time_stop, function(resp) {
log(resp.data);
reload(resp.time_stop);
});