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.