From b9ff7802bdc1b3b8aa026a01eb1a44e696217044 Mon Sep 17 00:00:00 2001 From: geffzhang Date: Sun, 20 Jan 2019 13:19:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20remove=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samples/OelotKube/ApiGateway/Program.cs | 1 - 1 file changed, 1 deletion(-) 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