summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
committerErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
commitc0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch)
tree7fa41792cb0283a34f327935159e8b26c29857c8 /synapse/api/urls.py
parentUse OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff)
parentUpdate CHANGES and UPGRADE (diff)
downloadsynapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
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 9485719332..3d43674625 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py
@@ -18,6 +18,7 @@ CLIENT_PREFIX = "/_matrix/client/api/v1" CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha" FEDERATION_PREFIX = "/_matrix/federation/v1" +STATIC_PREFIX = "/_matrix/static" WEB_CLIENT_PREFIX = "/_matrix/client" CONTENT_REPO_PREFIX = "/_matrix/content" SERVER_KEY_PREFIX = "/_matrix/key/v1"