wallet page

This commit is contained in:
CHIEFSOFT\ameye
2023-06-24 11:13:50 -04:00
parent eadb080829
commit f6832cbf33
4 changed files with 55 additions and 32 deletions
+5
View File
@@ -37,6 +37,11 @@ export class WrenchService {
getHomeBanners(usrData){
return this.getPostData('homebanners',usrData);
}
getUserWallets(usrData) {
return this.getPostData("getwallets", usrData);
}
/*