Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloDotNet committed Nov 29, 2024
1 parent f5f414a commit 8d873ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ConfigurazioniSvc/ConfigurazioniSvc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public static async Task Main(string[] args)
builder.Services.ConfigureApiVersioning();
builder.Services.ConfigureSwagger();

builder.Services.AddAntiforgery();

builder.Services.ConfigureProblemDetails();
builder.Services.ConfigureRedisCache(builder.Configuration, redisConnection);

Expand Down

0 comments on commit 8d873ad

Please sign in to comment.