diff --git a/zephyr/static/js/subs.js b/zephyr/static/js/subs.js index a569591e0e..3d5d060d23 100644 --- a/zephyr/static/js/subs.js +++ b/zephyr/static/js/subs.js @@ -35,7 +35,7 @@ function remove_from_stream_list(stream_name) { exports.fetch = function () { $.ajax({ type: 'POST', - url: 'json/subscriptions/list', + url: '/json/subscriptions/list', dataType: 'json', timeout: 10*1000, success: function (data) {