everything working..now for the docs

This commit is contained in:
Tom Pallister
2017-11-01 15:51:49 +00:00
34 changed files with 1242 additions and 809 deletions

View File

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