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