Update
This commit is contained in:
@@ -27,7 +27,7 @@ app.MapGet("/weatherforecast", () =>
|
|||||||
new WeatherForecast
|
new WeatherForecast
|
||||||
(
|
(
|
||||||
DateOnly.FromDateTime(DateTime.Now.AddDays(index)),
|
DateOnly.FromDateTime(DateTime.Now.AddDays(index)),
|
||||||
Random.Shared.Next(-20, 55),
|
Random.Shared.Next(-21, 55),
|
||||||
summaries[Random.Shared.Next(summaries.Length)]
|
summaries[Random.Shared.Next(summaries.Length)]
|
||||||
))
|
))
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user