This commit is contained in:
2025-11-25 16:17:28 +03:30
parent c2bd8b94e5
commit 1d76bdcd80
3 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@ import { RestId } from 'src/common/decorators/rest-id.decorator';
@UseGuards(AuthGuard)
@ApiBearerAuth()
@ApiTags('cart')
@Controller('cart')
@Controller('public/cart')
export class CartController {
constructor(private readonly cartService: CartService) {}