Skip to content

Commit 8c40089

Browse files
Update Startup.cs
1 parent 6ebddd9 commit 8c40089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransactionProcessorACL/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerF
125125
endpoints.MapHealthChecks("healthui", new HealthCheckOptions()
126126
{
127127
Predicate = _ => true,
128-
ResponseWriter = Shared.HealthChecks.HealthCheckMiddleware.WriteResponse
128+
ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
129129
});
130130
});
131131

0 commit comments

Comments
 (0)