From b56cf8b54fd3db67ca09f568a39478ab07aec3dd Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 25 Aug 2026 16:41:38 -0300 Subject: [PATCH] new webhook --- agent.md | 2 +- app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent.md b/agent.md index 809fe6a..2b865d8 100644 --- a/agent.md +++ b/agent.md @@ -34,7 +34,7 @@ Font: system font stack (`-apple-system`, `Segoe UI`, etc.) ## Webhook **Base URL (scan):** `https://brandize.app.n8n.cloud/webhook/transfer` -**Base URL (batches):** `https://brandize.app.n8n.cloud/webhook/batch` +**Base URL (batches):** `https://n8n.brandize.odoo4projects.com/webhook/batch` ### GET — load users Called once on page load to populate the user dropdown. diff --git a/app.js b/app.js index 23b9af9..ec0d40f 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ // ── Config ────────────────────────────────────────────────────────────── const WEBHOOK = "https://brandize.app.n8n.cloud/webhook/transfer"; -const BATCH_WEBHOOK = "https://brandize.app.n8n.cloud/webhook/batch"; +const BATCH_WEBHOOK = "https://n8n.brandize.odoo4projects.com/webhook/batch"; // ── State ─────────────────────────────────────────────────────────────────── let creds = null; // { user, pass }