Skip to content

Commit

Permalink
Remove unnecessary call to AddHealthChecks()
Browse files Browse the repository at this point in the history
* This bit isn't necessary as we are already registering it on the Sql and Redis servers
  • Loading branch information
DrizzlyOwl committed Dec 6, 2024
1 parent 5fbe3af commit 7595704
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ConcernsCaseWork/ConcernsCaseWork/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public void ConfigureServices(IServiceCollection services)
options.Cookie.SecurePolicy = CookieSecurePolicy.Always;
});

// Add Health Checks
services.AddHealthChecks();

// Redis
services.AddRedis(Configuration);

Expand Down

0 comments on commit 7595704

Please sign in to comment.