Update CustomWriterStartup.cs
Fix a misleading comment in sample
This commit is contained in:
parent
602faf5baa
commit
8ec69456ca
|
|
@ -35,7 +35,7 @@ namespace HealthChecksSample
|
|||
// check result in a totally custom way.
|
||||
app.UseHealthChecks("/health", new HealthCheckOptions()
|
||||
{
|
||||
// This custom writer formats the detailed status as an HTML table.
|
||||
// This custom writer formats the detailed status as JSON.
|
||||
ResponseWriter = WriteResponse,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue