fix endpoinst

This commit is contained in:
CHIEFSOFT\ameye
2025-09-29 20:36:24 -04:00
parent 11289c44fb
commit 8f41dcbf35
+1 -1
View File
@@ -135,7 +135,7 @@ export const getAccountView = (reqData) => {
// FUNCTION TO GET SUBSCRIPTIONS VIEW DATA
export const getSubscriptionsView = (reqData) => {
const postData = { ...reqData }
return getAuxEnd(`/subcription-view`, postData)
return getAuxEnd(`/subscription-view`, postData)
}