Changed API url for fabtime endpoints
This commit is contained in:
@ -8,13 +8,11 @@ namespace ReportingServices.UI.Controllers
|
||||
public class PlanningReportController : Controller
|
||||
{
|
||||
private readonly ILogger<PlanningReportController> _logger;
|
||||
private readonly IConfiguration _configuration;
|
||||
private readonly string _baseUrl;
|
||||
|
||||
public PlanningReportController(ILogger<PlanningReportController> logger, IConfiguration configuration)
|
||||
public PlanningReportController(ILogger<PlanningReportController> logger)
|
||||
{
|
||||
_logger = logger;
|
||||
_configuration = configuration;
|
||||
_baseUrl = "http://localhost:50201/api/" + "ScrapeDB/";
|
||||
|
||||
_logger.LogInformation("Base API Address: {baseUrl}", _baseUrl);
|
||||
|
Reference in New Issue
Block a user