mirror of
https://github.com/filecoffee/filehost.git
synced 2024-11-13 19:49:56 +01:00
Update sharex.sxcu
This commit is contained in:
parent
9e655e86b1
commit
dc28701c27
1 changed files with 8 additions and 4 deletions
12
sharex.sxcu
12
sharex.sxcu
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"Version": "13.7.0",
|
||||
"Name": "filehost by file.coffee",
|
||||
"RequestType": "POST",
|
||||
"RequestURL": "http://your-server-ip:3000/upload",
|
||||
"DestinationType": "ImageUploader",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "http://example.com/upload?api=YOUR_API_KEY",
|
||||
"Body": "MultipartFormData",
|
||||
"FileFormName": "file",
|
||||
"ResponseType": "Text",
|
||||
"URL": "$json:url$"
|
||||
"URL": "$json:url$",
|
||||
"ThumbnailURL": "$json:thumb_url$",
|
||||
"DeletionURL": "$json:delete_url$"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue