Add UseStatusCodePages()
This commit is contained in:
parent
f6f75d364f
commit
b5e59e020a
@ -33,9 +33,10 @@ builder.Services.AddRazorPages();
|
||||
var app = builder.Build();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseStatusCodePages();
|
||||
app.MapControllers();
|
||||
app.MapDefaultControllerRoute();
|
||||
app.MapRazorPages();
|
||||
app.MapRazorPages();
|
||||
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
|
Loading…
Reference in New Issue
Block a user