소스 검색

POST to PUT for update profile

master
kj1352 5 년 전
부모
커밋
e0d573ac2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/app/services/auth.service.ts

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

불러오는 중...
취소
저장