Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 355bc01

Browse files
committed
Hosting#358 Move the default address into Hosting.
1 parent 5354ce0 commit 355bc01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Microsoft.AspNet.Server.Kestrel/KestrelServerInformation.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ public void Initialize(IConfiguration configuration)
2121
{
2222
Addresses.Add(url);
2323
}
24-
if (Addresses.Count == 0)
25-
{
26-
Addresses.Add("http://+:5000/");
27-
}
2824
}
2925
}
3026
}

0 commit comments

Comments
 (0)