diff --git a/Program.cs b/Program.cs index a207687..5c9ecc0 100644 --- a/Program.cs +++ b/Program.cs @@ -10,4 +10,3 @@ app.UseHttpsRedirection(); app.MapGet("/", () => "Hello World!"); var port = Environment.GetEnvironmentVariable("PORT") ?? "3100"; app.Run("http://*:" + port); -app.Run();