diff --git a/app.js b/app.js index 7d41cfb..3681330 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ ════════════════════════════════════════════════════════════════ */ /* ─── API Base & Endpoints ───────────────────────────────────── */ -const API_BASE = "https://admin.derez.ai/api"; +const API_BASE = "https://n8n.derez.ai/webhook"; const AUTH_URL = `${API_BASE}/account/login`; // POST (sign in), DELETE (sign out) const AGENTS_URL = `${API_BASE}/agent/list`; // GET ?email= diff --git a/password.html b/password.html index a50cf22..a90c1aa 100644 --- a/password.html +++ b/password.html @@ -810,7 +810,7 @@