diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-08-25 18:06:05 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-08-25 18:06:05 +0100 |
commit | 142983b4eafc93fc42a889b579d10e2b78199c48 (patch) | |
tree | ab63e0d95cfabbf2dc010b39979643c5205a5501 | |
parent | Merge pull request #1041 from matrix-org/paul/third-party-lookup (diff) | |
download | synapse-142983b4eafc93fc42a889b579d10e2b78199c48.tar.xz |
APP_SERVICE_PREFIX is never used; don't bother
-rw-r--r-- | synapse/api/urls.py | 1 |
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" |