This commit is contained in:
Nadar
2025-07-23 20:58:21 +03:00
commit 80616ccf51
30 changed files with 22512 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import api from '~/api/instance'
export const getProductList = () =>
api.wp.v2ProductList()

1
api/endpoints/index.ts Normal file
View File

@@ -0,0 +1 @@
export * from './getProductList'