From e960e4af0399171ec43f904651c68a7b02b520b6 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 25 Aug 2025 20:20:12 -0300 Subject: [PATCH] fix: health mapeado errado. --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index cd301c8..85d5942 100644 --- a/Program.cs +++ b/Program.cs @@ -264,7 +264,7 @@ app.UseSession(); app.UseMiddleware(); // Health check endpoint -app.MapHealthChecks("/health"); +app.MapHealthChecks("/healthcheck"); //app.MapControllerRoute( // name: "auth",