1
0
Fork 0

Removed /f/ path part at index.jade.

This commit is contained in:
Alexander Andreev 2023-05-26 04:36:36 +04:00
parent 1e4836ca86
commit dd22577521
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ block body
section.center
p You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.su]
p Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
p A resulted link looks like this: #[code /f/base64rawURL(salted SHA-256)/filename.ext].
p A resulted link looks like this: #[code /base64rawURL(salted SHA-256)/filename.ext].
section.center
h2 Delete
form(action="/delete" method="POST")