Update sharex.sxcu

This commit is contained in:
Daniël 2024-06-09 14:38:24 +02:00 committed by GitHub
parent 9e655e86b1
commit dc28701c27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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$"
}