Skip to content

Commit

Permalink
fuck it again! BulkDelete: why i did't notice
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Jun 7, 2023
1 parent 3a858c6 commit 9beb62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wissance/WebApiToolkit?style=plastic)
![GitHub issues](https://img.shields.io/github/issues/wissance/WebApiToolkit?style=plastic)
![GitHub Release Date](https://img.shields.io/github/release-date/wissance/WebApiToolkit)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/WebApiToolkit/v1.2.4/total?style=plastic)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/WebApiToolkit/v1.2.5/total?style=plastic)

#### This lib helps to build `REST API` with `C#` and `AspNet` easily than writing it from scratch over and over in different projects.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public virtual async Task<OperationResultDto<TRes[]>> UpdateAsync([FromBody] TRe
}

[HttpDelete]
[Route("api/bulk/[controller]/{id}")]
[Route("api/bulk/[controller]")]
public virtual async Task DeleteAsync([FromQuery] TId[] id)
{
OperationResultDto<bool> result = await Manager.BulkDeleteAsync(id);
Expand Down

0 comments on commit 9beb62d

Please sign in to comment.