diff --git a/ReportingServices.UI/Controllers/ProductionReportController.cs b/ReportingServices.UI/Controllers/ProductionReportController.cs index 2459f8f..fa3a908 100644 --- a/ReportingServices.UI/Controllers/ProductionReportController.cs +++ b/ReportingServices.UI/Controllers/ProductionReportController.cs @@ -15,7 +15,7 @@ namespace ReportingServices.UI.Controllers public ProductionReportController(ILogger logger) { _logger = logger; - _baseDBUrl = "https://localhost:7196/api/"; + _baseDBUrl = "http://localhost:50201/api/"; _logger.LogInformation("Base Database Address: {baseUrl}", _baseDBUrl); }