desc
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user