webhook
This commit is contained in:
@@ -33,7 +33,7 @@ Font: system font stack (`-apple-system`, `Segoe UI`, etc.)
|
|||||||
|
|
||||||
## Webhook
|
## 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`
|
**Base URL (batches):** `https://n8n.brandize.odoo4projects.com/webhook/batch`
|
||||||
|
|
||||||
### GET — load users
|
### GET — load users
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// ── Config ──────────────────────────────────────────────────────────────
|
// ── 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";
|
const BATCH_WEBHOOK = "https://n8n.brandize.odoo4projects.com/webhook/batch";
|
||||||
|
|
||||||
// ── State ───────────────────────────────────────────────────────────────────
|
// ── State ───────────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user