diff --git a/example_sharex_config.sxcu b/example_sharex_config.sxcu index 973a433..0d00d44 100644 --- a/example_sharex_config.sxcu +++ b/example_sharex_config.sxcu @@ -1,13 +1,13 @@ -{ - "Version": "15.0.0", - "Name": "FluffUpload", - "DestinationType": "ImageUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://r2.insertr2domain.com", - "Headers": { - "X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" - }, - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "{json:url}" -} +{ + "Version": "15.0.0", + "Name": "FluffUpload", + "DestinationType": "ImageUploader, FileUploader", + "RequestMethod": "POST", + "RequestURL": "https://upload.insertdomain.com", + "Headers": { + "X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" + }, + "Body": "MultipartFormData", + "FileFormName": "file", + "URL": "{json:url}" +}