Update layout using Radzen

This commit is contained in:
2025-09-24 18:44:30 +09:00
parent e2f404fdef
commit 46634b52bc
8 changed files with 46 additions and 62 deletions

View File

@ -11,7 +11,7 @@ builder.Services.AddRadzenComponents();
var app = builder.Build();
if (!app.Environment.IsDevelopment())
{
app.UseExceptionHandler("/Error", createScopeForErrors: true);
app.UseExceptionHandler("/error", createScopeForErrors: true);
app.UseHsts();
}