diff --git a/src/services/siteServices.js b/src/services/siteServices.js index 1e4e790..c1bffd8 100644 --- a/src/services/siteServices.js +++ b/src/services/siteServices.js @@ -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) }