Commit Latest
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MarketDataServer.Controllers
|
||||
[Route("api/[controller]/[action]")]
|
||||
public class EconomicIndicastorsController : ControllerBase
|
||||
{
|
||||
//http://localhost:8000/api/EconomicIndicators/GetDistnctIndicators
|
||||
//http://localhost:8000/api/EconomicIndicators/GetDistinctEconomicIndicators
|
||||
[HttpGet(Name = "GetDistinctEconomicIndicators")]
|
||||
public IEnumerable<String> GetDistinctEconomicIndicators(String token)
|
||||
{
|
||||
@@ -32,7 +32,7 @@ namespace MarketDataServer.Controllers
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,$"Done, total took {profiler.End()} (ms)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[HttpGet(Name = "GetEconomicIndicators")]
|
||||
public IEnumerable<EconomicIndicator> GetEconomicIndicators(String token,String indicatorCode)
|
||||
|
||||
Reference in New Issue
Block a user