Skip to content

Commit 907bbc7

Browse files
committed
remove path
1 parent dfd2c39 commit 907bbc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
187187
.AddSiteProject<Projects.FrameworkApplication>("framework")
188188
.WithDefaultIISExpressEndpoints()
189189
.WithOtlpExporter()
190-
.WithHttpHealthCheck(path: "/framework");
190+
.WithHttpHealthCheck();
191191

192192
var coreApp = builder.AddProject<Projects.CoreApplication>("core")
193193
.WithHttpHealthCheck()

0 commit comments

Comments
 (0)