Browse Source

merge报错

master
秦汉 4 weeks ago
parent
commit
ff0261945b
  1. 3
      .gitnexusignore
  2. 2
      Build_God_Api/Build_God_Api/Program.cs

3
.gitnexusignore

@ -6,4 +6,5 @@ temp/
.cache/ .cache/
.env .env
bin/ bin/
obj/ obj/
.git/

2
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(); var app = builder.Build();
// Configure the HTTP request pipeline. // Configure the HTTP request pipeline.

Loading…
Cancel
Save