You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication-1.ServiceDefaults/Extensions.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,10 @@ public static WebApplication MapDefaultEndpoints(this WebApplication app)
100
100
// app.MapPrometheusScrapingEndpoint();
101
101
102
102
// All health checks must pass for app to be considered ready to accept traffic after starting
103
-
app.MapHealthChecks("/readiness");
103
+
app.MapHealthChecks("/health");
104
104
105
105
// Only health checks tagged with the "live" tag must pass for app to be considered alive
0 commit comments