mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-02 20:47:29 +08:00
@ -16,8 +16,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