mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 00:28:14 +08:00
everything working..now for the docs
This commit is contained in:
@ -14,8 +14,8 @@ namespace Ocelot.ManualTest
|
||||
});
|
||||
builder.UseKestrel()
|
||||
.UseContentRoot(Directory.GetCurrentDirectory())
|
||||
.UseStartup<Startup>();
|
||||
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>();
|
||||
var host = builder.Build();
|
||||
host.Run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user