Update layout using Radzen
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user