no double run
This commit is contained in:
@@ -10,4 +10,3 @@ app.UseHttpsRedirection();
|
||||
app.MapGet("/", () => "Hello World!");
|
||||
var port = Environment.GetEnvironmentVariable("PORT") ?? "3100";
|
||||
app.Run("http://*:" + port);
|
||||
app.Run();
|
||||
|
||||
Reference in New Issue
Block a user