Apply Fix on File Provider Service Remove Action ...
This commit is contained in:
@@ -413,9 +413,9 @@ namespace xFileService.Controllers
|
|||||||
/// <param name="ids"></param>
|
/// <param name="ids"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
/// [HttpDelete("Remove")]
|
/// [HttpDelete("Remove")]
|
||||||
[HttpDelete("{id}")]
|
[HttpDelete("")]
|
||||||
public virtual async Task<ActionResult<IEnumerable<Guid>>> Remove(
|
public virtual async Task<ActionResult<IEnumerable<Guid>>> Remove(
|
||||||
[FromRoute] string ids
|
[FromQuery] string ids
|
||||||
) {
|
) {
|
||||||
//
|
//
|
||||||
// Do ...
|
// Do ...
|
||||||
|
|||||||
Reference in New Issue
Block a user