changed layout structure

This commit was merged in pull request #58.
This commit is contained in:
victorAnumudu
2024-06-10 20:13:13 +01:00
parent cc44af7e55
commit 4637944fbd
3 changed files with 261 additions and 167 deletions
+8
View File
@@ -40,4 +40,12 @@ export const getUserPendingLoanList = (uid:string) => {
// customer_uid: localStorage.getItem('uid'),
}
return getAuxEnd(`/dash?uid=${uid}`, reqData)
}
// FUNCTION TO GET LIST OF EMPLOYERS
export const getEmployersList = () => {
let reqData = {
// customer_uid: localStorage.getItem('uid'),
}
return getAuxEnd(`/employers`, reqData)
}