From 86611fe50dc0d90978ee559b79f3c910b34019d5 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Wed, 22 Jul 2026 18:02:34 +0800 Subject: [PATCH] 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. --- src/components/dev/NotificationDebugPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dev/NotificationDebugPanel.vue b/src/components/dev/NotificationDebugPanel.vue index 55b69f5e..f0736c27 100644 --- a/src/components/dev/NotificationDebugPanel.vue +++ b/src/components/dev/NotificationDebugPanel.vue @@ -11,7 +11,7 @@ v-model="backendUrlDraft" type="url" 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" @keydown.enter="onSaveBackendUrl" />