We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e7bb8 commit 669297bCopy full SHA for 669297b
1 file changed
DIDemo/Startup.cs
@@ -81,7 +81,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
81
{
82
endpoints.MapControllerRoute("default", "{controller=Home}/{action=Index}/{id?}");
83
endpoints.MapRazorPages();
84
- });
+ });
85
}
86
87
0 commit comments