细节调整

This commit is contained in:
yanghongwei 2025-04-02 22:17:11 +08:00
parent ca07f80b21
commit 00e5326c26
2 changed files with 1 additions and 13 deletions

View File

@ -4,6 +4,7 @@ using Microsoft.AspNetCore.Mvc;
namespace LY.App.Controllers
{
[Route("api/[controller]/[action]")]
public class UploadController : Controller
{

View File

@ -1,13 +0,0 @@
namespace LY.App
{
public class WeatherForecast
{
public DateTime Date { get; set; }
public int TemperatureC { get; set; }
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public string? Summary { get; set; }
}
}