Skip to content
Snippets Groups Projects
Commit ab34eb70 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add html renderer to /uploadnsearch endpoint

parent 342560e8
No related branches found
Tags v0.0.110
No related merge requests found
......@@ -116,6 +116,7 @@ The file's path referenced was '%s'.""" % (hash,
@app.route('/browse/content/<hash>:<sha>')
@set_renderers(HTMLRenderer)
def content(hash, sha):
"""Show content information.
......
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