resolve and test tagprovider and fileprovider ...

This commit is contained in:
2025-12-24 20:59:33 +03:30
parent 52aece6322
commit 1fc2320e25
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -413,9 +413,9 @@ namespace xFileService.Controllers
/// <param name="ids"></param>
/// <returns></returns>
/// [HttpDelete("Remove")]
[HttpDelete("")]
[HttpDelete("{id}")]
public virtual async Task<ActionResult<IEnumerable<Guid>>> Remove(
[FromQuery] string ids
[FromRoute] string ids
) {
//
// Do ...
+4
View File
@@ -155,6 +155,10 @@ namespace xFileService.Providers
{
result.Items = await ToDtoList(queryResult.Items);
}
else
{
result.Items = new List<XFileDto>();
}
}
//