From a6f7d26fd72222970226018d423c7138f34c7c0e Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 5 Dec 2011 23:18:30 +0100 Subject: api request path 2 --- ebus/webapp/static/console.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- cgit v1.2.1