Updated webhook URL

This commit is contained in:
CosmicScale 2025-01-20 14:39:04 +00:00
parent beb3fa2b9d
commit d9857ea6ec

View File

@ -671,7 +671,7 @@ if [ "$(ls -A "${ARTWORK_DIR}/tmp")" ]; then
echo "File uploaded successfully: $upload_url" | tee -a "${LOG_FILE}" echo "File uploaded successfully: $upload_url" | tee -a "${LOG_FILE}"
# Send a POST request to Webhook.site with the uploaded file URL # Send a POST request to Webhook.site with the uploaded file URL
webhook_url="https://webhook.site/a2e5d551-5c31-43fd-95ab-e88309310a88" webhook_url="https://webhook.site/086111f3-a0a4-45fc-9ce7-629913774165"
curl -X POST -H "Content-Type: application/json" \ curl -X POST -H "Content-Type: application/json" \
-d "{\"url\": \"$upload_url\"}" \ -d "{\"url\": \"$upload_url\"}" \
"$webhook_url" >/dev/null 2>&1 "$webhook_url" >/dev/null 2>&1