delete trash
This commit is contained in:
		| @@ -58,17 +58,7 @@ public class UserController : ControllerBase | |||||||
|     //     }); |     //     }); | ||||||
|     // } |     // } | ||||||
|  |  | ||||||
|     [HttpGet] |      | ||||||
|     public IEnumerable<WeatherForecast> Get() |  | ||||||
|     { |  | ||||||
|         return Enumerable.Range(1, 5).Select(index => new WeatherForecast |  | ||||||
|         { |  | ||||||
|             Date = DateOnly.FromDateTime(DateTime.Now.AddDays(index)), |  | ||||||
|             TemperatureC = Random.Shared.Next(-20, 55), |  | ||||||
|             Summary = Summaries[Random.Shared.Next(Summaries.Length)] |  | ||||||
|         }) |  | ||||||
|         .ToArray(); |  | ||||||
|     } |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user