diff --git a/src/modules/cart/controllers/cart.controller.ts b/src/modules/cart/controllers/cart.controller.ts index f78a8d4..32b77bf 100644 --- a/src/modules/cart/controllers/cart.controller.ts +++ b/src/modules/cart/controllers/cart.controller.ts @@ -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(