Skip to content

Commit

Permalink
fix image test7
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Dec 8, 2024
1 parent 6d9434b commit d8194f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DagoniteEmpire/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ public static void Main(string[] args)
}
app.UseMiddleware<ErrorHandlingMiddleware>();
app.UseHttpsRedirection();
app.MapStaticAssets();
app.UseStaticFiles();
//app.MapStaticAssets();


app.UseAntiforgery();
Expand Down

0 comments on commit d8194f7

Please sign in to comment.