new URL
This commit is contained in:
@@ -118,8 +118,7 @@
|
||||
document.getElementById("uuidDisplay").textContent = uuid ? uuid.toLowerCase() : "-";
|
||||
|
||||
|
||||
const webhookBase = "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/0c8536be-d175-4740-8e78-123159193b23";
|
||||
const webhookGet = `/get-data?uuid=${uuid}`;
|
||||
const webhookBase = "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/0c8536be-d175-4740-8e78-123159193b23?uuid=${uuid}";
|
||||
const webhookPost = `${webhookBase}/submit-data`;
|
||||
|
||||
async function loadData() {
|
||||
|
||||
Reference in New Issue
Block a user