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:
Mateusz Mandera
2019-11-01 05:12:11 +01:00
committed by Tim Abbott
parent 7e4f8a42cf
commit 29314f3195
4 changed files with 10 additions and 85 deletions

View File

@@ -182,7 +182,6 @@ class OpenAPIArgumentsTest(ZulipTestCase):
'/dev_list_users',
'/fetch_api_key',
'/fetch_google_client_id',
'/get_auth_backends',
'/settings',
'/submessage',
'/attachments',