Corrections.

This commit is contained in:
CronyAkatsuki 2023-03-26 12:27:02 +02:00
parent bce9c11e5f
commit 870cb5e08b
3 changed files with 5 additions and 5 deletions

View file

@ -21,8 +21,8 @@
<pre>{{ file.content }}</pre>
{% endif %}
<div class="info">
<a href="/files/{{ file.name }}" download>{{ file.name }}</a></td>
<a href="/delete/{{ file.name }}">delete!</a></td>
<a href="/files/{{ file.name }}" download>{{ file.name }}</a>
<a href="/delete/{{ file.name }}">delete!</a>
</div>
</div>
{% endfor %}

View file

@ -16,7 +16,7 @@
<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>
<p>To get of all files hosted on the instance check <a href="/files">files</a></p>
<p>Created and maintained by <a href="https://cronyakatsuki.xyz">Crony Akatsuki</a></p>