From ff0261945b60f5681937ebaaa018a7876cfd8101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Thu, 16 Apr 2026 23:57:10 +0800 Subject: [PATCH] =?UTF-8?q?merge=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitnexusignore | 3 ++- Build_God_Api/Build_God_Api/Program.cs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitnexusignore b/.gitnexusignore index 9c4e155..b19c308 100644 --- a/.gitnexusignore +++ b/.gitnexusignore @@ -6,4 +6,5 @@ temp/ .cache/ .env bin/ -obj/ \ No newline at end of file +obj/ +.git/ \ No newline at end of file diff --git a/Build_God_Api/Build_God_Api/Program.cs b/Build_God_Api/Build_God_Api/Program.cs index cc3d474..cfb8e94 100644 --- a/Build_God_Api/Build_God_Api/Program.cs +++ b/Build_God_Api/Build_God_Api/Program.cs @@ -182,6 +182,8 @@ namespace Build_God_Api }); }); + builder.WebHost.UseUrls("http://localhost:5091"); + var app = builder.Build(); // Configure the HTTP request pipeline.