diff --git a/examples/ASP.NET Core 6/ASP.NET Core 6 NLog Example/Program.cs b/examples/ASP.NET Core 6/ASP.NET Core 6 NLog Example/Program.cs index 776e78d8..feaf90fe 100644 --- a/examples/ASP.NET Core 6/ASP.NET Core 6 NLog Example/Program.cs +++ b/examples/ASP.NET Core 6/ASP.NET Core 6 NLog Example/Program.cs @@ -30,8 +30,6 @@ app.UseRouting(); - app.UseAuthorization(); - app.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}");