Skip to content

Commit 1f027ca

Browse files
committed
fixed brand delete
1 parent d3857db commit 1f027ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bootstrapper/Controllers/v1/BrandsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public async Task<IActionResult> UpdateAsync(UpdateBrandRequest request, Guid id
4141
return Ok(await _service.UpdateBrandAsync(request, id));
4242
}
4343

44-
[HttpDelete("{id}")]
44+
[HttpDelete]
4545
[MustHavePermission(Permissions.Brands.Remove)]
4646
public async Task<IActionResult> DeleteAsync(Guid id)
4747
{

0 commit comments

Comments
 (0)