Add a control to toggle URL redirection to paste.html

Update README.md

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2022-10-13 01:30:56 +08:00
parent 19c9c69a78
commit 3c900bc92a
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
3 changed files with 17 additions and 1 deletions

View file

@ -58,6 +58,7 @@ GET /<uuid>/<option> Fetch the paste (code) in rendered HTML with syntax hi
# content-type: The media type (MIME) of the data and encoding, i.e., text/plain; charset=UTF-8;
# pass: Paste password
# read-limit: Limit access times to paste to <read-limit>
# paste-type: Set paste type (Available: paste, link)
POST / Create new paste [x]
DELETE /<uuid> Delete paste by uuid [x]