This commit is contained in:
oliver
2026-08-25 16:56:34 -03:00
parent b56cf8b54f
commit 6450c975ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 ───────────────────────────────────────────────────────────────────