Skip to content

Commit

Permalink
Revert MapStaticAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 28, 2024
1 parent 09040fe commit c2c5933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkDotNet.Blog.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private static void ConfigureApp(WebApplication app)

app.UseResponseCompression();
app.UseHttpsRedirection();
app.MapStaticAssets();
app.UseStaticFiles();

app.MapHealthChecks("/health", new HealthCheckOptions
{
Expand Down

0 comments on commit c2c5933

Please sign in to comment.