Last active
December 13, 2021 18:44
-
-
Save Tricked-dev/c717c68d19068d0c7bcc9d3cd500d189 to your computer and use it in GitHub Desktop.
sharenix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Name": "sogga", | |
| "RequestType": "POST", | |
| "Headers": { | |
| "Authorization": "password", | |
| "id": "your id" | |
| }, | |
| "RequestURL": "https://ascella.wtf/v2/ascella/upload", | |
| "FileFormName": "image", | |
| "Arguments": { | |
| "type": "file" | |
| }, | |
| "URL": "$json:url$", | |
| "DeletionURL": "https://imgur.com/delete/$json:data.deletehash$" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment