profile update works
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user