mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
Update Program.cs
Solving the problems that project cannot be run on IIS.
This commit is contained in:
parent
5ac6ae662b
commit
ed94764420
@ -16,8 +16,8 @@ namespace Ocelot.ManualTest
|
||||
|
||||
builder.UseKestrel()
|
||||
.UseContentRoot(Directory.GetCurrentDirectory())
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>();
|
||||
|
||||
var host = builder.Build();
|
||||
|
||||
host.Run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user