fix: restore admin index route template
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m54s

This commit is contained in:
2026-07-04 19:00:01 +09:00
parent df0fb16cbd
commit f32bb47be2
@@ -1,4 +1,4 @@
@page "/admin"
@page "/"
@rendermode @(new InteractiveWebAssemblyRenderMode(prerender: false))
@attribute [Authorize]
@inject NavigationManager NavigationManager