Merge pull request #462 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
commit
4f908628bf
|
|
@ -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