Skip to content

Commit a617ef3

Browse files
committed
Update Program.cs
1 parent 0adbfb4 commit a617ef3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebApi/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
builder.Configuration.GetConnectionString("DefaultConnection")!
4141
);
4242

43+
builder.Services.AddHealthChecks();
44+
4345
var app = builder.Build();
4446

4547
#if !EXTRAOPTIMIZE

0 commit comments

Comments
 (0)