Skip to content

Commit

Permalink
+semver: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsbk committed Sep 13, 2024
1 parent 96f208e commit 8038923
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private static WebApplicationBuilder AddKestrelUrlsSupport(this WebApplicationBu
{
var urls = Environment.GetEnvironmentVariable("ASPNETCORE_URLS") ?? "http://*:9001";
builder.WebHost.UseUrls(urls.Split(";"));

return builder;
}

Expand Down

0 comments on commit 8038923

Please sign in to comment.