mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
dd5a5d699a
Removed final newline from placeholder ShareX config.
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
{
|
|
"Name": "safe.fiery.me",
|
|
"DestinationType": "ImageUploader, FileUploader",
|
|
"RequestType": "POST",
|
|
"RequestURL": "https://safe.fiery.me/api/upload",
|
|
"FileFormName": "files[]",
|
|
"Headers": {
|
|
"token": ""
|
|
},
|
|
"ResponseType": "Text",
|
|
"URL": "$json:files[0].url$",
|
|
"ThumbnailURL": "$json:files[0].url$"
|
|
} |