You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This code is obsolete now: https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to#differences-in-default-jsonserializer-behavior-compared-to-newtonsoftjson
@@ -162,7 +146,7 @@ public void Configure(IApplicationBuilder app, ILogger<Startup> logger)
162
146
app.UseEndpoints(endpoints =>
163
147
{
164
148
endpoints.MapDefaultControllerRoute();
165
-
endpoints.MapHealthChecks(Constants.Health.EndPoint);// TODO: Must be documented: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-3.1
0 commit comments