5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import api from '~/api/instance'
|
|
|
|
export const getProductsDetail = async (productId: number) =>
|
|
await api.wc.v1ProductsDetail(productId)
|