From 72283998edca35933804c7d96d1e2b7380c44758 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 24 Jan 2026 23:48:44 -0500 Subject: [PATCH] Update src/router.ps1 --- src/router.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router.ps1 b/src/router.ps1 index 66a42e7..3b31bbd 100644 --- a/src/router.ps1 +++ b/src/router.ps1 @@ -25,7 +25,8 @@ function Dispatch-Request { switch -Regex ($path) { '^$' { - return Send-RemoteAsset -Context $Context -Url $Script:SamyHtmlUrl -ContentType 'text/html; charset=utf-8' + $html = Get-UIHtml -Page 'onboard' + return Send-HTML $Context $html } '^samy\.js$' {