Add client v2_alpha resource to synapse server resource tree

This commit is contained in:
Mark Haines 2015-01-23 18:54:51 +00:00
parent 85419e1257
commit 7b814d3f7f
6 changed files with 132 additions and 1 deletions

View file

@ -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"