Skip to content

Commit

Permalink
Updated example for ASP.NET Core 6 (Removed UseAuthorization) (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Aug 18, 2022
1 parent 4089bcd commit 1255dbc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

app.UseRouting();

app.UseAuthorization();

app.MapControllerRoute(
name: "default",
pattern: "{controller=Home}/{action=Index}/{id?}");
Expand Down

0 comments on commit 1255dbc

Please sign in to comment.