diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:17:55 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:17:55 +0100 |
commit | d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce (patch) | |
tree | 4fa568d61117f0d517d6f48b8eb43994a10ea47d /ebus | |
parent | ed0bb5ea68a23df2b5df9e379b69485c1c519658 (diff) | |
download | ebus-alt-d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce.tar.gz ebus-alt-d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce.zip |
api request path
Diffstat (limited to 'ebus')
-rw-r--r-- | ebus/webapp/static/console.html | 2 |
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); }); |