Ver a proveniência

POST to PUT for update profile

master
kj1352 há 5 anos
ascendente
cometimento
e0d573ac2b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/app/services/auth.service.ts

+ 1
- 1
src/app/services/auth.service.ts Ver ficheiro

@@ -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();
}
}

Carregando…
Cancelar
Guardar