mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 00:32:50 +08:00
feat: remove port
This commit is contained in:
parent
c212604b85
commit
b9ff7802bd
@ -16,7 +16,6 @@ namespace ApiGateway
|
||||
|
||||
public static IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost.CreateDefaultBuilder(args)
|
||||
.UseUrls("http://localhost:5000")
|
||||
.ConfigureAppConfiguration((hostingContext, config) =>
|
||||
{
|
||||
config
|
||||
|
Loading…
x
Reference in New Issue
Block a user