diff --git a/src/app/services/auth.service.ts b/src/app/services/auth.service.ts index fa9ba22..7020889 100644 --- a/src/app/services/auth.service.ts +++ b/src/app/services/auth.service.ts @@ -32,6 +32,6 @@ export class AuthService { }) }; - return this.http.post(URL + '/api/maioraservice/user/v1/update', userData, httpOptions).toPromise(); + return this.http.put(URL + '/api/maioraservice/user/v1/update', userData, httpOptions).toPromise(); } }