Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created December 25, 2018 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/2f970845bc61ed83f0823e2cf3ae0cb7 to your computer and use it in GitHub Desktop.
Save explorer14/2f970845bc61ed83f0823e2cf3ae0cb7 to your computer and use it in GitHub Desktop.
public void Configure(
IApplicationBuilder app,
IHostingEnvironment env)
{
app.UseHealthChecks("/health/status");
// rest of the pipeline
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment