We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adbfb4 commit a617ef3Copy full SHA for a617ef3
src/WebApi/Program.cs
@@ -40,6 +40,8 @@
40
builder.Configuration.GetConnectionString("DefaultConnection")!
41
);
42
43
+builder.Services.AddHealthChecks();
44
+
45
var app = builder.Build();
46
47
#if !EXTRAOPTIMIZE
0 commit comments