上传图片

This commit is contained in:
yanghongwei 2025-04-02 23:22:18 +08:00
parent 8e7b875aaa
commit dedaf3e0a3
1 changed files with 1 additions and 1 deletions

View File

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