This commit is contained in:
oliver
2026-06-08 17:36:46 -03:00
parent eacad5ee4e
commit 0084845480
3 changed files with 28 additions and 5 deletions
+25 -2
View File
@@ -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 style="display: flex; align-items: center; gap: 10px">
<div
id="header-base-url"
style="
font-size: 11px;
color: var(--text-muted);
font-family:
&quot;Courier New&quot;, Courier, monospace;
"
>
base:&nbsp;<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 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 &nbsp;&nbsp; New Base URL &nbsp;&nbsp;
<a href="https://n8n.derez.ai/webhook/" <a href="https://n8n.derez.ai/webhook/"
>https://n8n.derez.ai/webhook/&lt;ID&gt;/&lt;function&gt;</a >https://n8n.derez.ai/webhook</a
> >
&nbsp;&nbsp;&mdash;&nbsp;&nbsp; e.g.&nbsp;<span
style="color: var(--text)"
>https://n8n.derez.ai/webhook/admin/dns</span
>
&nbsp;&nbsp;&middot;&nbsp;&nbsp; Click the copy icon on any row
to copy the full URL.
</footer> </footer>
</main> </main>
+1 -1
View File
@@ -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
View File
@@ -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>