Ejemplo n.º 1
0
 public async Task <IActionResult> GetServicesWithHystrix()
 {
     _logger?.LogInformation("api/fortunes/serviceshystrix");
     return(Ok(await _eurekaClientService.GetServicesWithHystrix()));
 }