Update src/router.ps1

This commit is contained in:
2026-01-24 23:48:44 -05:00
parent 38f5922679
commit 72283998ed

View File

@@ -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$' {