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 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); }); |