diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-02 19:51:47 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-02 19:51:47 +0000 |
commit | 5da65085d106e98cf7b762836cb300d01226bf92 (patch) | |
tree | a6de5abe0e3485800f382221e861961578a82d2f /synapse/api/urls.py | |
parent | Write the upload portion of version 1 of the media repository (diff) | |
download | synapse-5da65085d106e98cf7b762836cb300d01226bf92.tar.xz |
Get uploads working with new media repo
Diffstat (limited to 'synapse/api/urls.py')
-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 6dc19305b7..d7625127f8 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py @@ -20,3 +20,4 @@ FEDERATION_PREFIX = "/_matrix/federation/v1" WEB_CLIENT_PREFIX = "/_matrix/client" CONTENT_REPO_PREFIX = "/_matrix/content" SERVER_KEY_PREFIX = "/_matrix/key/v1" +MEDIA_PREFIX = "/_matrix/media/v1" |