summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-31 22:29:02 +1100
committerGitHub <noreply@github.com>2018-10-31 22:29:02 +1100
commitf79f45448527f22f3813e38233521a5e13e9223e (patch)
tree29076806f03229e5353a1e745cb6ce1350891713 /synapse/api/urls.py
parentFix search 500ing (#4122) (diff)
downloadsynapse-f79f45448527f22f3813e38233521a5e13e9223e.tar.xz
Remove deprecated v1 key exchange endpoint (#4119)
Diffstat (limited to 'synapse/api/urls.py')
-rw-r--r--synapse/api/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py
index 6d9f1ca0ef..f78695b657 100644
--- a/synapse/api/urls.py
+++ b/synapse/api/urls.py
@@ -28,7 +28,6 @@ FEDERATION_PREFIX = "/_matrix/federation/v1"
 STATIC_PREFIX = "/_matrix/static"
 WEB_CLIENT_PREFIX = "/_matrix/client"
 CONTENT_REPO_PREFIX = "/_matrix/content"
-SERVER_KEY_PREFIX = "/_matrix/key/v1"
 SERVER_KEY_V2_PREFIX = "/_matrix/key/v2"
 MEDIA_PREFIX = "/_matrix/media/r0"
 LEGACY_MEDIA_PREFIX = "/_matrix/media/v1"