Healthcheck Removed
This commit is contained in:
@@ -31,7 +31,6 @@ builder.Host.UseSerilog();
|
||||
|
||||
// Add services to the container.
|
||||
builder.Services.AddControllersWithViews();
|
||||
builder.Services.AddHealthChecks();
|
||||
|
||||
|
||||
// HttpContentAccessor
|
||||
@@ -214,6 +213,4 @@ app.MapControllerRoute(
|
||||
pattern: "{controller=Auth}/{action=Login}/"
|
||||
);
|
||||
|
||||
app.MapHealthChecks("/healthz");
|
||||
|
||||
app.Run();
|
||||
|
Reference in New Issue
Block a user