Merge branch 'release' into dev
This commit is contained in:
commit
efd5b9fc53
|
|
@ -65,7 +65,6 @@ namespace RoutingSample.Web
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue