From 0084845480bf9c85ddfbc957d9800ef0becf3cd3 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 8 Jun 2026 17:36:46 -0300 Subject: [PATCH] fix --- api_doc.html | 29 ++++++++++++++++++++++++++--- app.js | 2 +- index.html | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) 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
+
+ +
— 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 @@