fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
════════════════════════════════════════════════════════════════ */
|
════════════════════════════════════════════════════════════════ */
|
||||||
|
|
||||||
/* ─── API Base & Endpoints ───────────────────────────────────── */
|
/* ─── 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 AUTH_URL = `${API_BASE}/account/login`; // POST (sign in), DELETE (sign out)
|
||||||
const AGENTS_URL = `${API_BASE}/agent/list`; // GET ?email=
|
const AGENTS_URL = `${API_BASE}/agent/list`; // GET ?email=
|
||||||
|
|||||||
+1
-1
@@ -810,7 +810,7 @@
|
|||||||
<script>
|
<script>
|
||||||
/* ─── Constants ────────────────────────────────────── */
|
/* ─── Constants ────────────────────────────────────── */
|
||||||
const RESET_URL =
|
const RESET_URL =
|
||||||
"https://admin.derez.ai/api/account/password/change";
|
"https://n8n.derez.ai/webhook/account/password/change";
|
||||||
const APP_URL = "https://app.derez.ai";
|
const APP_URL = "https://app.derez.ai";
|
||||||
|
|
||||||
/* ─── Extract token + email from URL ──────────────── */
|
/* ─── Extract token + email from URL ──────────────── */
|
||||||
|
|||||||
Reference in New Issue
Block a user