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