Explorar el Código

POST to PUT for update profile

master
kj1352 hace 5 años
padre
commit
e0d573ac2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/services/auth.service.ts

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

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

Cargando…
Cancelar
Guardar