diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
commit | c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch) | |
tree | 7fa41792cb0283a34f327935159e8b26c29857c8 /synapse/api | |
parent | Use OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff) | |
parent | Update CHANGES and UPGRADE (diff) | |
download | synapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz |
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/urls.py | 1 |
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" |