added template API

This commit was merged in pull request #73.
This commit is contained in:
victorAnumudu
2025-08-25 19:55:01 +01:00
parent 5a408311ae
commit 13ac1d1f85
5 changed files with 64 additions and 2 deletions
+8
View File
@@ -173,6 +173,14 @@ export const getSettingsData = (reqData) => {
return postAuxEnd(`/panel/myproduct/settings/values`, postData, false)
}
// FUNCTION TO GET SETTINGS DATA
export const getProductTemplateData = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/account/products/templates`, postData, false)
}
// FUNCTION TO GET PRODUCT SUBSCRIPTIONS
export const completeProfile = (reqData) => {
let postData = {