mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Migrated json/subscribtions/remove to REST endpoint
This commit is contained in:
@@ -18,7 +18,6 @@ legacy_urls = [
|
||||
url(r'^json/refer_friend$', zerver.views.invite.json_refer_friend),
|
||||
url(r'^json/settings/change$', zerver.views.user_settings.json_change_settings),
|
||||
url(r'^json/ui_settings/change$', zerver.views.user_settings.json_change_ui_settings),
|
||||
url(r'^json/subscriptions/remove$', zerver.views.streams.json_remove_subscriptions),
|
||||
|
||||
# We should remove this endpoint and all code related to it.
|
||||
# It returns a 404 if the stream doesn't exist, which is confusing
|
||||
|
||||
Reference in New Issue
Block a user