diff --git a/blotztask-api/Controllers/WeatherForecastController.cs b/blotztask-api/Controllers/WeatherForecastController.cs index f622121..4654d57 100644 --- a/blotztask-api/Controllers/WeatherForecastController.cs +++ b/blotztask-api/Controllers/WeatherForecastController.cs @@ -8,7 +8,7 @@ public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = new[] { - "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot" }; private readonly ILogger _logger;