Update notification debug panel default URL hint.

Replace the outdated APP_SERVER placeholder with DEFAULT_NOTIFY_API_SERVER
so the UI matches centralized notify-api base URL resolution.
This commit is contained in:
Jose Olarte III
2026-07-22 18:02:34 +08:00
parent 4152012838
commit 86611fe50d

View File

@@ -11,7 +11,7 @@
v-model="backendUrlDraft" v-model="backendUrlDraft"
type="url" type="url"
class="w-full text-sm px-3 py-2 rounded border border-slate-300 bg-white mb-1" class="w-full text-sm px-3 py-2 rounded border border-slate-300 bg-white mb-1"
placeholder="Leave empty for default (APP_SERVER)" placeholder="Leave empty for default (DEFAULT_NOTIFY_API_SERVER)"
:disabled="busy" :disabled="busy"
@keydown.enter="onSaveBackendUrl" @keydown.enter="onSaveBackendUrl"
/> />