This commit is contained in:
Oliver
2025-09-29 18:07:30 -03:00
parent a2ae8f55ac
commit bb7fe00605

View File

@@ -132,7 +132,6 @@ const webhookPost = webhookUrl + "/submit-data";
headers: {
"Content-Type": "application/json"
},
credentials: "include",
body: JSON.stringify({ uuid }) // send uuid in request body
});