This commit is contained in:
2026-05-10 18:42:16 +08:00
3 changed files with 8 additions and 2 deletions
@@ -35,5 +35,11 @@ namespace FileService.WebApi.Controllers.FileTask
));
return Ok(res);
}
//[HttpPost]
//public async Task<IActionResult> GetUploadUrl()
//{
//}
}
}