fix
This commit is contained in:
+26
-3
@@ -354,7 +354,24 @@
|
|||||||
<span id="header-sep">/</span>
|
<span id="header-sep">/</span>
|
||||||
<span id="header-sub">API Reference</span>
|
<span id="header-sub">API Reference</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="header-badge">— endpoints</div>
|
<div style="display: flex; align-items: center; gap: 10px">
|
||||||
|
<div
|
||||||
|
id="header-base-url"
|
||||||
|
style="
|
||||||
|
font-size: 11px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-family:
|
||||||
|
"Courier New", Courier, monospace;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
base: <a
|
||||||
|
href="https://n8n.derez.ai/webhook/"
|
||||||
|
style="color: var(--accent); text-decoration: none"
|
||||||
|
>https://n8n.derez.ai/webhook</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<div id="header-badge">— endpoints</div>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- ═══ SEARCH ═══ -->
|
<!-- ═══ SEARCH ═══ -->
|
||||||
@@ -2281,10 +2298,16 @@
|
|||||||
<div id="no-results">No endpoints match your search.</div>
|
<div id="no-results">No endpoints match your search.</div>
|
||||||
|
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
Base URL
|
New Base URL
|
||||||
<a href="https://n8n.derez.ai/webhook/"
|
<a href="https://n8n.derez.ai/webhook/"
|
||||||
>https://n8n.derez.ai/webhook/<ID>/<function></a
|
>https://n8n.derez.ai/webhook</a
|
||||||
>
|
>
|
||||||
|
— e.g. <span
|
||||||
|
style="color: var(--text)"
|
||||||
|
>https://n8n.derez.ai/webhook/admin/dns</span
|
||||||
|
>
|
||||||
|
· Click the copy icon on any row
|
||||||
|
to copy the full URL.
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* ─── Constants ──────────────────────────────────────────────────── */
|
/* ─── Constants ──────────────────────────────────────────────────── */
|
||||||
const API_BASE = "https://admin.derez.ai";
|
const API_BASE = "https://n8n.derez.ai/webhook";
|
||||||
|
|
||||||
/* ─── API route paths ────────────────────────────────────────────── */
|
/* ─── API route paths ────────────────────────────────────────────── */
|
||||||
const ROUTES = {
|
const ROUTES = {
|
||||||
|
|||||||
+1
-1
@@ -680,7 +680,7 @@
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="setting-url"
|
id="setting-url"
|
||||||
placeholder="https://admin.derez.ai"
|
placeholder="https://n8n.derez.ai/webhook"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user