summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-01-27 14:01:51 +0000
committerKegan Dougal <kegan@matrix.org>2015-01-27 14:01:51 +0000
commitfa8e6ff90074708ec19fcdcdfd79c1dce03cb128 (patch)
treec03d44958816a96b152215dd62790b7c7c9d9c7a /synapse/api/urls.py
parentInitial cut of a shared base class for REST unit tests (diff)
downloadsynapse-fa8e6ff90074708ec19fcdcdfd79c1dce03cb128.tar.xz
Add stub application services REST API.
Diffstat (limited to 'synapse/api/urls.py')
-rw-r--r--synapse/api/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py
index 693c0efda6..9485719332 100644
--- a/synapse/api/urls.py
+++ b/synapse/api/urls.py
@@ -22,3 +22,4 @@ WEB_CLIENT_PREFIX = "/_matrix/client"
 CONTENT_REPO_PREFIX = "/_matrix/content"
 SERVER_KEY_PREFIX = "/_matrix/key/v1"
 MEDIA_PREFIX = "/_matrix/media/v1"
+APP_SERVICE_PREFIX = "/_matrix/appservice/v1"