diff --git a/src/Vegasco.Server.AppHost/Program.cs b/src/Vegasco.Server.AppHost/Program.cs index 8441f3e..6c3c0c5 100644 --- a/src/Vegasco.Server.AppHost/Program.cs +++ b/src/Vegasco.Server.AppHost/Program.cs @@ -17,6 +17,7 @@ builder .WithReference(api) .WaitFor(api) .WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false) - .WithExternalHttpEndpoints(); + .WithExternalHttpEndpoints() + .WithHttpHealthCheck("/", 200); builder.Build().Run();