From d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 5 Dec 2011 23:17:55 +0100 Subject: api request path --- 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 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); }); -- cgit v1.2.1