Move web host closer to razor-only routing
TaxBaik CI/CD / build-and-deploy (push) Failing after 3m0s

This commit is contained in:
2026-07-09 12:30:36 +09:00
parent b8624efb81
commit 117dd457c2
3 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ const files = [
const required = [
{
file: 'src/TaxBaik.Web/Program.cs',
pattern: 'app.MapFallbackToFile("admin/{*path:nonfile}", "admin/index.html");',
message: '관리자 SPA 폴백은 admin/index.html로만 연결되어야 합니다.'
pattern: 'app.MapRazorPages();',
message: '관리자 화면은 Razor Pages 라우팅을 사용해야 합니다.'
},
{
file: 'tests/e2e/route-isolation.spec.ts',