2 references to HealthEndpointPath
AspireWithPython.ServiceDefaults (2)
Extensions.cs (2)
62
!(httpContext.Request.Path.StartsWithSegments(
HealthEndpointPath
)
110
app.MapHealthChecks(
HealthEndpointPath
);