* Fixed Hosts
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user