summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-23 18:31:29 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-23 18:48:17 +0000
commite26340cee7049b6c36f4c3451ec7524fa6b80d1c (patch)
tree465ffd7cd075f2c5525981a82d01bdaf4b7584ae /synapse/api/urls.py
parentMerge pull request #33 from matrix-org/extract_rest_servlet_from_client_v1 (diff)
downloadsynapse-e26340cee7049b6c36f4c3451ec7524fa6b80d1c.tar.xz
Start implementing the v2_alpha sync 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 a299392049..693c0efda6 100644
--- a/synapse/api/urls.py
+++ b/synapse/api/urls.py
@@ -16,6 +16,7 @@
 """Contains the URL paths to prefix various aspects of the server with. """
 
 CLIENT_PREFIX = "/_matrix/client/api/v1"
+CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha"
 FEDERATION_PREFIX = "/_matrix/federation/v1"
 WEB_CLIENT_PREFIX = "/_matrix/client"
 CONTENT_REPO_PREFIX = "/_matrix/content"