summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2016-08-25 18:06:05 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2016-08-25 18:06:05 +0100
commit142983b4eafc93fc42a889b579d10e2b78199c48 (patch)
treeab63e0d95cfabbf2dc010b39979643c5205a5501 /synapse/api
parentMerge pull request #1041 from matrix-org/paul/third-party-lookup (diff)
downloadsynapse-142983b4eafc93fc42a889b579d10e2b78199c48.tar.xz
APP_SERVICE_PREFIX is never used; don't bother
Diffstat (limited to 'synapse/api')
-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 0fd9b7f244..91a33a3402 100644
--- a/synapse/api/urls.py
+++ b/synapse/api/urls.py
@@ -25,4 +25,3 @@ SERVER_KEY_PREFIX = "/_matrix/key/v1"
 SERVER_KEY_V2_PREFIX = "/_matrix/key/v2"
 MEDIA_PREFIX = "/_matrix/media/r0"
 LEGACY_MEDIA_PREFIX = "/_matrix/media/v1"
-APP_SERVICE_PREFIX = "/_matrix/appservice/v1"