From d2d015c903973ab86188edad44f1dfd5eaf3c9f5 Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Wed, 8 Oct 2025 22:36:40 -0400 Subject: [PATCH] wiz typo --- static/js/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/wizard.js b/static/js/wizard.js index bb73e1d1..37d90795 100644 --- a/static/js/wizard.js +++ b/static/js/wizard.js @@ -121,7 +121,7 @@ $(() => { location.href = 'connect.html'; } else { // Pre-populate from service state - fetch("/wizard/service-state").then(res => res.json()).then(state => { + fetch("/wizard/service_state").then(res => res.json()).then(state => { nodeNameInput.val(state.source_name); if (state.relay_url === 'wss://relay.lightning.pub') { customCheckbox.prop('checked', true);