diff options
Diffstat (limited to 'ebus/webapp/static')
-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); }); |