From d4223ed38f823b28262c6f4a7231a854ea214cce Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sun, 29 Jun 2025 12:02:11 +0200 Subject: [PATCH] Use port proxying --- src/Vegasco.Server.AppHost/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);