We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94eacd6 commit 91cd0b4Copy full SHA for 91cd0b4
1 file changed
HRManagementSystem.UI/Program.cs
@@ -69,6 +69,6 @@ void Configure(WebApplication app, IWebHostEnvironment env)
69
app.UseAuthorization();
70
71
72
-
+ app.UseStatusCodePagesWithReExecute("/Error/NotFoundPage");
73
app.MapDefaultControllerRoute();
74
}
0 commit comments