mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
subs: Use an absolute path for /json/subscriptions/list
(imported from commit 82a2de5373e9170b27f4157c566e7ee23ba1f278)
This commit is contained in:
parent
5f20d71065
commit
3923e2eca6
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user