Hosting#358 Move the default address into Hosting.

This commit is contained in:
Chris R 2015-09-22 11:56:46 -07:00
parent 5354ce0a71
commit 355bc01a15
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ namespace Microsoft.AspNet.Server.Kestrel
{
Addresses.Add(url);
}
if (Addresses.Count == 0)
{
Addresses.Add("http://+:5000/");
}
}
}
}