wallet API changed

This commit was merged in pull request #819.
This commit is contained in:
victorAnumudu
2024-10-14 20:24:52 +01:00
parent bc867ee8aa
commit 40b5e92047
2 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class usersService {
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
};
return this.postAuxEnd("/getwallets", postData);
return this.postAuxEnd("/wallets", postData);
}
getApiGate() {
// localStorage.setItem("session_token", ``);