paxton-front/api/endpoints/getProductsDetail.ts
Veselov bce683c0eb
Some checks failed
Deploy / build-and-deploy (push) Failing after 37s
from v1 to v3
2025-07-28 18:47:33 +03:00

5 lines
139 B
TypeScript

import api from '~/api/instance'
export const getProductsDetail = async (productId: number) =>
await api.wc.v3ProductsDetail(productId)