accout dash API fix

This commit is contained in:
victorAnumudu
2024-12-11 20:47:25 +01:00
parent ccebcb04ee
commit b3dab25fa9
3 changed files with 10 additions and 6 deletions
+1 -2
View File
@@ -49,7 +49,6 @@ export const loginUser = (reqData) => {
// FUNCTION TO GET DASHBOARD DATA
export const accountDashboard = (query) => {
// return getAuxEnd(`/panel/account/dash?${query}`)
export const accountDashboard = () => {
return getAuxEnd(`/panel/account/dash`)
}