diff --git a/api_doc.html b/api_doc.html index de8718a..df2d5af 100644 --- a/api_doc.html +++ b/api_doc.html @@ -354,7 +354,24 @@ / API Reference -
— endpoints
+
+
+ base: https://n8n.derez.ai/webhook +
+
— endpoints
+
@@ -2281,10 +2298,16 @@
No endpoints match your search.
diff --git a/app.js b/app.js index d67358a..ddb726c 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,5 @@ /* ─── Constants ──────────────────────────────────────────────────── */ -const API_BASE = "https://admin.derez.ai"; +const API_BASE = "https://n8n.derez.ai/webhook"; /* ─── API route paths ────────────────────────────────────────────── */ const ROUTES = { diff --git a/index.html b/index.html index e70f453..2284661 100644 --- a/index.html +++ b/index.html @@ -680,7 +680,7 @@