profile update works

This commit is contained in:
2025-07-03 23:47:22 +05:00
parent 77e3ca0f18
commit e2b696655d
5 changed files with 542 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ class AuthService {
}
async updateProfile(data) {
return this.makeRequest('/profile', data, true, 'PUT');
return this.makeRequest('/profile', data, true, 'POST');
}
async getTransactions(page = 1, limit = 20) {