From 4d710cc747014895f0718ef85cefc54c19310b83 Mon Sep 17 00:00:00 2001 From: Vanilius Date: Wed, 10 Jul 2024 19:19:32 +0000 Subject: [PATCH] Update example_sharex_config.sxcu --- example_sharex_config.sxcu | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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}" +}