no double run

This commit is contained in:
Tommy Parnell
2021-12-28 19:02:10 -05:00
parent ab85c30b00
commit 4bb097af96

View File

@@ -10,4 +10,3 @@ app.UseHttpsRedirection();
app.MapGet("/", () => "Hello World!");
var port = Environment.GetEnvironmentVariable("PORT") ?? "3100";
app.Run("http://*:" + port);
app.Run();