Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] 병합과정 문제 수정 #26

Merged
merged 2 commits into from
Jul 21, 2021
Merged

[Feat] 병합과정 문제 수정 #26

merged 2 commits into from
Jul 21, 2021

Conversation

applecv3
Copy link
Collaborator

  1. DB 컨벤션에 맞게 쿼리문 수정
  2. 임포트 경로 문제 수정
  3. api 형식 통일

1. DB 컨벤션에 맞게 쿼리문 수정
2. 임포트 경로 문제 수정
3. api 형식 통일
@@ -113,7 +113,7 @@ public void changePassword(@RequestBody HashMap<String, String> passwords, HttpS
* 로그인된 상태에서 새 주소 추가
* @param addressDto 새 주소가 들어있는 HashMap<String>
*/
@PostMapping("mypage/addaddress")
@PostMapping("/mypage/addaddress")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어차피 Post 방식으로 요청되는거 아니까 @PostMapping("/mypage/address")로 해도 되지 않을까요?
굳이 add를 넣을 필요는 없을 것 같아요.

@applecv3 applecv3 added the refactor 리팩토링 이슈 label Jul 21, 2021
@applecv3 applecv3 merged commit ddc3dff into main Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 리팩토링 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants