Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy committed Jun 26, 2023
1 parent 321c991 commit 4174f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HBD.HealthZ.UI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
app
.UseRouting()
.UseAuthentication()
.UseCookiePolicy()
.UseAuthorization()
.UseEndpoints(config => config.MapHealthChecksUI(op =>
{
Expand Down

0 comments on commit 4174f16

Please sign in to comment.