remove
This commit is contained in:
@@ -132,7 +132,6 @@ const webhookPost = webhookUrl + "/submit-data";
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
credentials: "include",
|
|
||||||
body: JSON.stringify({ uuid }) // send uuid in request body
|
body: JSON.stringify({ uuid }) // send uuid in request body
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user