From 69e15e37977b6d8885a366e60900736639f8928c Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Sat, 27 Dec 2025 04:40:45 +0330 Subject: [PATCH] Apply Fix on File Provider Service Remove Action ... --- Controllers/XFileServiceControllerBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/XFileServiceControllerBase.cs b/Controllers/XFileServiceControllerBase.cs index 84661ba..b5c8481 100644 --- a/Controllers/XFileServiceControllerBase.cs +++ b/Controllers/XFileServiceControllerBase.cs @@ -413,9 +413,9 @@ namespace xFileService.Controllers /// /// /// [HttpDelete("Remove")] - [HttpDelete("{id}")] + [HttpDelete("")] public virtual async Task>> Remove( - [FromRoute] string ids + [FromQuery] string ids ) { // // Do ...