admins
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user