Compare commits
3 Commits
7d563331e3
...
bcc37d7aa7
| Author | SHA1 | Date | |
|---|---|---|---|
| bcc37d7aa7 | |||
| e87dae1fb5 | |||
| 27c5af2f27 |
@@ -10,7 +10,7 @@ namespace ApiVersioningDemo.Api.Controllers;
|
|||||||
public class WeatherForecastController : ControllerBase
|
public class WeatherForecastController : ControllerBase
|
||||||
{
|
{
|
||||||
private static readonly string[] Summaries = [
|
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")]
|
[HttpGet(Name = "GetWeatherForecast")]
|
||||||
|
|||||||
Reference in New Issue
Block a user