Add support for file deletion with DELETE request
This commit is contained in:
parent
8c1ab0b53b
commit
8b1337bdc1
2 changed files with 18 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
<p>
|
||||
To delete a file using curl:
|
||||
<code>curl "{{.Host}}/delete/file_name"</code>
|
||||
<code>curl -X DELETE "{{.Host}}/files/:file"</code>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue