diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-18 15:01:08 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-18 17:18:54 +0100 |
commit | a18b1a649c5dd7fbb42fa2b1af0530542b8c3873 (patch) | |
tree | 1dcce57de58d3510dd5e34edc8117424906268db /synapse/api | |
parent | In members list, on avatar mouseover, show a tooltip with the user matrix id (diff) | |
download | synapse-a18b1a649c5dd7fbb42fa2b1af0530542b8c3873.tar.xz |
Added /matrix/content path, HS resource_for_content_repo attribute and FileUploadResource. Added stub methods.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py index 04970adb71..05ca000787 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py @@ -17,4 +17,5 @@ CLIENT_PREFIX = "/matrix/client/api/v1" FEDERATION_PREFIX = "/matrix/federation/v1" -WEB_CLIENT_PREFIX = "/matrix/client" \ No newline at end of file +WEB_CLIENT_PREFIX = "/matrix/client" +CONTENT_REPO_PREFIX = "/matrix/content" \ No newline at end of file |