Removed /f/ path part at index.jade.
This commit is contained in:
parent
1e4836ca86
commit
dd22577521
@ -25,7 +25,7 @@ block body
|
|||||||
section.center
|
section.center
|
||||||
p You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.su]
|
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 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
|
section.center
|
||||||
h2 Delete
|
h2 Delete
|
||||||
form(action="/delete" method="POST")
|
form(action="/delete" method="POST")
|
||||||
|
Loading…
Reference in New Issue
Block a user