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