This commit is contained in:
Oliver
2025-09-29 12:23:13 -03:00
parent ecb09be213
commit f59f546d37

View File

@@ -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() {