Created
December 25, 2018 19:49
-
-
Save explorer14/2f970845bc61ed83f0823e2cf3ae0cb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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