mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-26 21:15:48 +08:00
merge
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Ocelot.ManualTest
|
||||
var host = new WebHostBuilder()
|
||||
.UseKestrel()
|
||||
.UseContentRoot(Directory.GetCurrentDirectory())
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user