Changed url to for API endpoints
This commit is contained in:
parent
7bd530e72b
commit
a0a8b5aabb
@ -15,7 +15,7 @@ namespace ReportingServices.UI.Controllers
|
||||
public ProductionReportController(ILogger<ProductionReportController> logger)
|
||||
{
|
||||
_logger = logger;
|
||||
_baseDBUrl = "https://localhost:7196/api/";
|
||||
_baseDBUrl = "http://localhost:50201/api/";
|
||||
|
||||
_logger.LogInformation("Base Database Address: {baseUrl}", _baseDBUrl);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user