desc
This commit is contained in:
@@ -163,7 +163,7 @@ export class CartController {
|
|||||||
return this.cartService.setCarDelivery(userId, restaurantId, setCarDeliveryDto);
|
return this.cartService.setCarDelivery(userId, restaurantId, setCarDeliveryDto);
|
||||||
}
|
}
|
||||||
@Patch('all')
|
@Patch('all')
|
||||||
@ApiOperation({ summary: 'Set car delivery for cart' })
|
@ApiOperation({ summary: 'Set all cart params' })
|
||||||
@ApiHeader(API_HEADER_SLUG)
|
@ApiHeader(API_HEADER_SLUG)
|
||||||
@ApiBody({ type: SetAllCartParmsDto })
|
@ApiBody({ type: SetAllCartParmsDto })
|
||||||
setAllCartParams(
|
setAllCartParams(
|
||||||
|
|||||||
Reference in New Issue
Block a user