fix endpoinst
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user