Merge pull request #137 from yuchen1030/develop

Update Program.cs
This commit is contained in:
Tom Pallister 2017-10-27 16:56:11 +01:00 committed by GitHub
commit 561deae981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ namespace Ocelot.ManualTest
builder.UseKestrel() builder.UseKestrel()
.UseContentRoot(Directory.GetCurrentDirectory()) .UseContentRoot(Directory.GetCurrentDirectory())
.UseIISIntegration()
.UseStartup<Startup>(); .UseStartup<Startup>();
var host = builder.Build(); var host = builder.Build();
host.Run(); host.Run();