Hosting#358 Move the default address into Hosting.
This commit is contained in:
parent
5354ce0a71
commit
355bc01a15
|
|
@ -21,10 +21,6 @@ namespace Microsoft.AspNet.Server.Kestrel
|
||||||
{
|
{
|
||||||
Addresses.Add(url);
|
Addresses.Add(url);
|
||||||
}
|
}
|
||||||
if (Addresses.Count == 0)
|
|
||||||
{
|
|
||||||
Addresses.Add("http://+:5000/");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue