diff --git a/src/TaxBaik.Web/Program.cs b/src/TaxBaik.Web/Program.cs index b710050..5d6edf1 100644 --- a/src/TaxBaik.Web/Program.cs +++ b/src/TaxBaik.Web/Program.cs @@ -394,10 +394,9 @@ app.MapHealthChecks("/healthz"); app.MapRazorPages(); // Sitemap.cshtml, Rss.cshtml, Feed.cshtml app.MapStaticAssets(); -// 루트 경로 기본값 -app.MapGet("/", () => Results.Redirect("/taxbaik/")); - -// SPA 라우팅 폴백 (가장 마지막에!) +// SPA 라우팅 폴백 (MapFallbackToFile만 사용 - 순수 정적 WASM) +// MapFallbackToFile로 index.html을 serve하면 WASM이 클라이언트에서 직접 부팅됨 +// index.html의