diff --git a/samples/OelotKube/ApiGateway/Program.cs b/samples/OelotKube/ApiGateway/Program.cs index 0b55041c..978c8ccc 100644 --- a/samples/OelotKube/ApiGateway/Program.cs +++ b/samples/OelotKube/ApiGateway/Program.cs @@ -16,7 +16,6 @@ namespace ApiGateway public static IWebHost BuildWebHost(string[] args) => WebHost.CreateDefaultBuilder(args) - .UseUrls("http://localhost:5000") .ConfigureAppConfiguration((hostingContext, config) => { config