Skip to content
Snippets Groups Projects
Commit 2b7918bd authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

missed a s#/matrix#/_matrix/g

parent 8fe912d9
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,7 @@ class ContentRepoResource(resource.Resource): ...@@ -325,7 +325,7 @@ class ContentRepoResource(resource.Resource):
# FIXME (erikj): These should use constants. # FIXME (erikj): These should use constants.
file_name = os.path.basename(fname) file_name = os.path.basename(fname)
url = "http://%s/matrix/content/%s" % ( url = "http://%s/_matrix/content/%s" % (
self.hs.domain_with_port, file_name self.hs.domain_with_port, file_name
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment