Fix template.
This commit is contained in:
parent
f582312e20
commit
2c58245f4b
@ -14,7 +14,7 @@
|
||||
|
||||
<p>To upload files use curl: <code>curl -F "file=@/path/to/file" "{{ request.url }}"</code></p>
|
||||
|
||||
<p>To delete a file using curl: <code>curl "{{ request.url }}/delete/file_name"</code></p>
|
||||
<p>To delete a file using curl: <code>curl "{{ request.url }}delete/file_name"</code></p>
|
||||
|
||||
<p>To get of all files hosten on the instance check <a href="/files">files</a></p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user