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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user