product url added

This commit is contained in:
victorAnumudu
2024-12-15 07:34:38 +01:00
parent 0fbadd5b68
commit fe114433ff
4 changed files with 95 additions and 117 deletions
+5
View File
@@ -66,6 +66,11 @@ export const productData = () => {
return getAuxEnd(`/panel/account/products`)
}
// FUNCTION TO GET DASHBOARD PRODUCT URL DATA SECTION
export const productsURL = () => {
return getAuxEnd(`/panel/account/products/url`)
}
export const MyProductData = () => {
return getAuxEnd(`/panel/myproduct/dash`)
}