Skip to content

Commit

Permalink
Implements #34
Browse files Browse the repository at this point in the history
  • Loading branch information
joergjo committed Nov 24, 2024
1 parent be28214 commit 7325df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContosoAds.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

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

app.UseRouting();

Expand Down

0 comments on commit 7325df8

Please sign in to comment.