mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:10:50 +08:00 
			
		
		
		
	@@ -16,8 +16,8 @@ namespace Ocelot.ManualTest
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            builder.UseKestrel()
 | 
					            builder.UseKestrel()
 | 
				
			||||||
                .UseContentRoot(Directory.GetCurrentDirectory())
 | 
					                .UseContentRoot(Directory.GetCurrentDirectory())
 | 
				
			||||||
 | 
					                .UseIISIntegration()
 | 
				
			||||||
                .UseStartup<Startup>();                
 | 
					                .UseStartup<Startup>();                
 | 
				
			||||||
 | 
					 | 
				
			||||||
            var host = builder.Build();
 | 
					            var host = builder.Build();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            host.Run();
 | 
					            host.Run();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user