Skip to content

Commit

Permalink
Revert to UseStaticFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Nov 14, 2024
1 parent 4718659 commit b55d474
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@

app.UseHttpsRedirection();

// app.UseStaticFiles();
app.UseStaticFiles();

app.UseRouting();

app.MapStaticAssets();

app.UseOutputCache();

app.UseAuthentication();
Expand Down

0 comments on commit b55d474

Please sign in to comment.