From 6450c975ac5cd9c496ca9f7eacdc1f5eef3db385 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 25 Aug 2026 16:56:34 -0300 Subject: [PATCH] webhook --- agent.md | 2 +- app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ───────────────────────────────────────────────────────────────────