Skip to content

Commit

Permalink
Update route cart.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien authored Jan 25, 2024
1 parent 0e144c1 commit 7fa4953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/controllers/cart.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { AddToCartDto, ResponseCartDto } from '@cart/dto/cart.dto'
@ApiBearerAuth()
@Roles(UserRole.CUSTOMER)
@UseGuards(JwtAuthGuard.ACCESS_TOKEN, RolesGuard)
@Controller('cart')
@Controller('carts')
export class CartController {
constructor(private readonly cartService: CartService) {}

Expand Down

0 comments on commit 7fa4953

Please sign in to comment.