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