mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-14 00:46:38 -05:00
Made sharex script work over https
This commit is contained in:
parent
8d5ea5b0e9
commit
0454204c8f
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"Name": "shimapan.rocks",
|
"Name": "shimapan.rocks",
|
||||||
"RequestType": "POST",
|
"RequestType": "POST",
|
||||||
"RequestURL": "http://www.shimapan.rocks/upload.php",
|
"RequestURL": "https://www.shimapan.rocks/upload.php",
|
||||||
"FileFormName": "files[]",
|
"FileFormName": "files[]",
|
||||||
"Arguments": {
|
"Arguments": {
|
||||||
"apikey": "[Insert User API Key]"
|
"apikey": "[Insert User API Key]"
|
||||||
},
|
},
|
||||||
"ResponseType": "Text",
|
"ResponseType": "Text",
|
||||||
"URL": "$json:files[0].url$"
|
"URL": "$json:files[0].url$"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user