From f59f546d3735fa2441144c446876f8e1d13f1cfc Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 29 Sep 2025 12:23:13 -0300 Subject: [PATCH] new URL --- public/upsell.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/upsell.html b/public/upsell.html index bd83ce1..eae109b 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -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() {