diff --git a/src/Vegasco.Server.AppHost/Program.cs b/src/Vegasco.Server.AppHost/Program.cs index d214b70..f3ea64e 100644 --- a/src/Vegasco.Server.AppHost/Program.cs +++ b/src/Vegasco.Server.AppHost/Program.cs @@ -26,7 +26,7 @@ builder .AddNpmApp("Vegasco-Web", "../Vegasco-Web") .WithReference(api) .WaitFor(api) - .WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false) + .WithHttpEndpoint(port: 44200, env: "PORT") .WithExternalHttpEndpoints() .WithHttpHealthCheck("/", 200);