diff options
author | Paul Evans <leonerd@leonerd.org.uk> | 2016-08-25 18:49:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 18:49:18 +0100 |
commit | 1a1e198f72a1ce0124ee0060be5b27cb8c6d5e5a (patch) | |
tree | 3f78b4a5870743e84c984446231546011da0927c /synapse/api/urls.py | |
parent | Merge pull request #1041 from matrix-org/paul/third-party-lookup (diff) | |
parent | Just sprintf the 'kind' argument into uri directly (diff) | |
download | synapse-1a1e198f72a1ce0124ee0060be5b27cb8c6d5e5a.tar.xz |
Merge pull request #1044 from matrix-org/paul/third-party-lookup
Root the 3PE lookup API within /_matrix/app/unstable
Diffstat (limited to 'synapse/api/urls.py')
-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" |