Commit Latest

This commit is contained in:
2025-11-21 14:16:59 -05:00
parent 168510ca4c
commit 877c714ea0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ namespace MarketDataServer.Controllers
{
[ApiController]
[Route("api/[controller]/[action]")]
public class EconomicIndicastorsController : ControllerBase
public class EconomicIndicatorsController : ControllerBase
{
//http://localhost:8000/api/EconomicIndicators/GetDistinctEconomicIndicators
[HttpGet(Name = "GetDistinctEconomicIndicators")]