Blazor 호스팅을 Fluent UI v5 단일 엔트리로 통합

This commit is contained in:
2026-06-29 23:13:48 +09:00
parent ef9fd523c6
commit dd68a237a1
3 changed files with 6 additions and 4 deletions
-4
View File
@@ -342,10 +342,6 @@ app.MapRazorPages();
// AllowAnonymous: JWT 미들웨어가 Blazor 셸 요청을 401로 차단하지 않도록 한다.
// 인증은 Blazor AuthorizeRouteView → RedirectToLogin 에서 처리한다.
app.MapRazorComponents<TaxBaik.Web.Components.Admin.App>()
.AddInteractiveServerRenderMode()
.AllowAnonymous();
app.MapRazorComponents<TaxBaik.Web.Components.Site.App>()
.AddInteractiveServerRenderMode()
.AllowAnonymous();