mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
api: Remove unused /get_auth_backends endpoint.
This legacy endpoint was designed for the original native Zulip mobile apps, which were deprecated years ago in favor of the React Native app. It was replaced by /server_settings for active use years ago, so it's safe to remove it now.
This commit is contained in:
committed by
Tim Abbott
parent
7e4f8a42cf
commit
29314f3195
@@ -182,7 +182,6 @@ class OpenAPIArgumentsTest(ZulipTestCase):
|
||||
'/dev_list_users',
|
||||
'/fetch_api_key',
|
||||
'/fetch_google_client_id',
|
||||
'/get_auth_backends',
|
||||
'/settings',
|
||||
'/submessage',
|
||||
'/attachments',
|
||||
|
||||
Reference in New Issue
Block a user