refactor: split gateway server methods

This commit is contained in:
Peter Steinberger
2026-01-03 18:14:07 +01:00
parent 4a6b33d799
commit 73fa2e10bc
8 changed files with 3065 additions and 2860 deletions

View File

@@ -504,7 +504,7 @@ export async function runOnboardingWizard(
const links = resolveControlUiLinks({
bind,
port,
basePath: config.gateway?.controlUi?.basePath,
basePath: baseConfig.gateway?.controlUi?.basePath,
});
const tokenParam =
authMode === "token" && gatewayToken
@@ -530,7 +530,7 @@ export async function runOnboardingWizard(
const links = resolveControlUiLinks({
bind,
port,
basePath: config.gateway?.controlUi?.basePath,
basePath: baseConfig.gateway?.controlUi?.basePath,
});
const tokenParam =
authMode === "token" && gatewayToken