product-card
This commit is contained in:
4
api/endpoints/getProductsList.ts
Normal file
4
api/endpoints/getProductsList.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import api from '~/api/instance'
|
||||
|
||||
export const getProductsList = async () =>
|
||||
await api.wc.v3ProductsList()
|
||||
@@ -1,2 +1,3 @@
|
||||
export * from './getProductsDetail'
|
||||
export * from './getProductsList'
|
||||
export * from './getProductsVariationsList'
|
||||
|
||||
Reference in New Issue
Block a user