This commit is contained in:
2025-12-18 10:39:34 +03:30
parent 99a81c43a1
commit 1c03e7ccf0
@@ -163,7 +163,7 @@ export class CartController {
return this.cartService.setCarDelivery(userId, restaurantId, setCarDeliveryDto);
}
@Patch('all')
@ApiOperation({ summary: 'Set car delivery for cart' })
@ApiOperation({ summary: 'Set all cart params' })
@ApiHeader(API_HEADER_SLUG)
@ApiBody({ type: SetAllCartParmsDto })
setAllCartParams(