mirror of
https://github.com/Megghy/MegghysAPI.git
synced 2025-12-06 22:26:56 +08:00
fix: 修复文件列表为空时的返回值处理并添加图像处理相关依赖
This commit is contained in:
12
Controllers/MyController.cs
Normal file
12
Controllers/MyController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using MegghysAPI.Modules;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace MegghysAPI.Controllers
|
||||
{
|
||||
[Route("api/my")]
|
||||
[ApiController]
|
||||
public class MyController : MControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user