Skip to content

Commit

Permalink
Update WeatherForecastController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danihagosbl authored Sep 4, 2024
1 parent 6eeb6c8 commit 3eebc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/WeatherForecastController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class WeatherForecastController : ControllerBase
{
private static readonly string[] Summaries = new[]
{
"Freezing", "Cloudy", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
"Freezing", "Cloudy", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering"
};

private readonly ILogger<WeatherForecastController> _logger;
Expand Down

0 comments on commit 3eebc58

Please sign in to comment.