link error isued fixed

This commit was merged in pull request #16.
This commit is contained in:
victorAnumudu
2025-09-29 18:36:10 +01:00
parent 4481dae24e
commit ec1402f610
7 changed files with 88 additions and 30 deletions
+6
View File
@@ -116,6 +116,12 @@ export const getAccountView = (reqData) => {
return getAuxEnd(`/account-view`, postData)
}
// FUNCTION TO GET SUBSCRIPTIONS VIEW DATA
export const getSubscriptionsView = (reqData) => {
const postData = { ...reqData }
return getAuxEnd(`/subcription-view`, postData)
}
// FUNCTION TO GET LOANS TABLE
export const getLoans = (reqData) => {