1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-13 00:26:55 -05:00

Made sharex script work over https

This commit is contained in:
Thomas L 2017-01-24 18:32:57 -05:00 committed by GitHub
parent 8d5ea5b0e9
commit 0454204c8f

View File

@ -1,11 +1,11 @@
{
"Name": "shimapan.rocks",
"RequestType": "POST",
"RequestURL": "http://www.shimapan.rocks/upload.php",
"RequestURL": "https://www.shimapan.rocks/upload.php",
"FileFormName": "files[]",
"Arguments": {
"apikey": "[Insert User API Key]"
},
"ResponseType": "Text",
"URL": "$json:files[0].url$"
}
}