diff --git a/ApiVersioningDemo.Api/Controllers/WeatherForecastController.cs b/ApiVersioningDemo.Api/Controllers/WeatherForecastController.cs index ee9ebfe..78392cd 100644 --- a/ApiVersioningDemo.Api/Controllers/WeatherForecastController.cs +++ b/ApiVersioningDemo.Api/Controllers/WeatherForecastController.cs @@ -10,7 +10,7 @@ namespace ApiVersioningDemo.Api.Controllers; public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = [ - "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching", "SuperScorching" + "Helado", "Frío", "Fresco", "Templado", "Cálido", "Caluroso", "Sofocante", "SuperScorching" ]; [HttpGet(Name = "GetWeatherForecast")]