We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd2c39 commit 907bbc7Copy full SHA for 907bbc7
1 file changed
aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
@@ -187,7 +187,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
187
.AddSiteProject<Projects.FrameworkApplication>("framework")
188
.WithDefaultIISExpressEndpoints()
189
.WithOtlpExporter()
190
- .WithHttpHealthCheck(path: "/framework");
+ .WithHttpHealthCheck();
191
192
var coreApp = builder.AddProject<Projects.CoreApplication>("core")
193
.WithHttpHealthCheck()
0 commit comments