Skip to content

Commit

Permalink
Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 9, 2024
1 parent 1a974a5 commit 708bd1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
app.UseStaticFiles();

app.UseRouting();
// Authorization is required for middleware after the UseAuthorization method
// Authorization is applied for middleware after the UseAuthorization method
app.UseAuthorization();
app.MapRazorPages();

Expand Down

0 comments on commit 708bd1b

Please sign in to comment.