mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Migrate main settings-change code to API.
This was one of the few major remaining endpoints that were still on the old-style legacy API.
This commit is contained in:
@@ -15,7 +15,6 @@ import zerver.views.muting
|
||||
legacy_urls = [
|
||||
# These are json format views used by the web client. They require a logged in browser.
|
||||
url(r'^json/invite_users$', zerver.views.invite.json_invite_users),
|
||||
url(r'^json/settings/change$', zerver.views.user_settings.json_change_settings),
|
||||
|
||||
# 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