* Fixed Hosts

This commit is contained in:
2025-01-30 14:15:43 +01:00
parent ee30afffb3
commit b7f9ab54dc

View File

@@ -56,7 +56,7 @@ builder.Services.AddScoped<ICustomerOrderService, CustomerOrderService>();
var app = builder.Build(); var app = builder.Build();
app.Urls.Add(configuration.GetValue<string>("Host:Urls")); app.Urls.Add("http://0.0.0.0:5555");
// Configure the HTTP request pipeline. // Configure the HTTP request pipeline.
//if (app.Environment.IsDevelopment()) //if (app.Environment.IsDevelopment())