initial
This commit is contained in:
4
api/endpoints/getProductList.ts
Normal file
4
api/endpoints/getProductList.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import api from '~/api/instance'
|
||||
|
||||
export const getProductList = () =>
|
||||
api.wp.v2ProductList()
|
||||
1
api/endpoints/index.ts
Normal file
1
api/endpoints/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './getProductList'
|
||||
Reference in New Issue
Block a user