Skip to content

Commit 93dd0c5

Browse files
committedJun 10, 2020
renamed method
1 parent 2fcb83f commit 93dd0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Basket/Basket.API/Controllers/BasketController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public async Task<ActionResult<BasketCart>> UpdateBasket([FromBody]BasketCart ba
4646

4747
[HttpDelete("{userName}")]
4848
[ProducesResponseType(typeof(void), (int)HttpStatusCode.OK)]
49-
public async Task<IActionResult> DeleteBasketByIdAsync(string userName)
49+
public async Task<IActionResult> DeleteBasket(string userName)
5050
{
5151
return Ok(await _repository.DeleteBasket(userName));
5252
}

0 commit comments

Comments
 (0)