From ff457062e6be3e0d65c43a70924e71dc16f2fa94 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 8 Jun 2026 17:36:32 -0300 Subject: [PATCH] fix --- app.js | 2 +- password.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@