fix(ui): normalize custom API base to include /v1 and display effective endpoint

This commit is contained in:
EP
2025-08-25 14:03:34 -07:00
parent 96e7f662ba
commit 36dfe1a35f
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@
<div class="field" id="apiBaseField" style="display:none">
<label for="apiBase">API Base URL</label>
<input id="apiBase" value="http://127.0.0.1:1234/v1" placeholder="http://127.0.0.1:1234/v1" />
<div class="hint">Effective: <code id="apiBaseEffective"></code></div>
</div>
<div class="field"></div>
</div>