Browse Source

merge报错

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

1
.gitnexusignore

@ -7,3 +7,4 @@ temp/
.env
bin/
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();
// Configure the HTTP request pipeline.

Loading…
Cancel
Save