diff --git a/templates/index.html b/templates/index.html index 295e75c..526ab3e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

To upload files use curl: curl -F "file=@/path/to/file" "{{ request.url }}"

-

To delete a file using curl: curl "{{ request.url }}/delete/file_name"

+

To delete a file using curl: curl "{{ request.url }}delete/file_name"

To get of all files hosten on the instance check files