diff --git a/agent.md b/agent.md index 2b865d8..f1f3a4f 100644 --- a/agent.md +++ b/agent.md @@ -33,7 +33,7 @@ Font: system font stack (`-apple-system`, `Segoe UI`, etc.) ## Webhook -**Base URL (scan):** `https://brandize.app.n8n.cloud/webhook/transfer` +**Base URL (scan):** `https://n8n.brandize.odoo4projects.com/webhook/transfer` **Base URL (batches):** `https://n8n.brandize.odoo4projects.com/webhook/batch` ### GET — load users diff --git a/app.js b/app.js index ec0d40f..c9f8560 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ "use strict"; // ── Config ────────────────────────────────────────────────────────────── -const WEBHOOK = "https://brandize.app.n8n.cloud/webhook/transfer"; +const WEBHOOK = "https://n8n.brandize.odoo4projects.com/webhook/transfer"; const BATCH_WEBHOOK = "https://n8n.brandize.odoo4projects.com/webhook/batch"; // ── State ───────────────────────────────────────────────────────────────────