Skip to content

Commit

Permalink
Update aspnetcore/release-notes/aspnetcore-9/includes/web_asset_deliv…
Browse files Browse the repository at this point in the history
…ery.md
  • Loading branch information
Rick-Anderson authored Jul 11, 2024
1 parent 24273bc commit 09344d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ app.UseRouting();
app.UseAuthorization();

+app.MapStaticAssets();
- app.UseStaticFiles();
-app.UseStaticFiles();
app.MapRazorPages();

app.Run();
Expand Down

0 comments on commit 09344d7

Please sign in to comment.