From 55fc4c1862dfa73ff486a1d8dd206f292d3b9420 Mon Sep 17 00:00:00 2001 From: fyf Date: Thu, 5 May 2022 17:05:06 +0800 Subject: [PATCH] 1 --- DataVAPI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataVAPI/Program.cs b/DataVAPI/Program.cs index efde132..6355a2a 100644 --- a/DataVAPI/Program.cs +++ b/DataVAPI/Program.cs @@ -50,7 +50,7 @@ namespace DataVAPI builder.Build().GetSection(nameof(ApolloOptions)).Bind(op); }); }) - .UseUrls("http://*:80", "https://*:8000")// 这里默认是http://*:5000 .现在改成8003端口 + .UseUrls("http://*:80")// 这里默认是http://*:5000 .现在改成8003端口 .UseStartup(); }); }