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/patch img api #43

Merged
merged 3 commits into from
Jan 14, 2022
Merged

Feat/patch img api #43

merged 3 commits into from
Jan 14, 2022

Conversation

seohyun-106
Copy link
Contributor

✅ PR check list

  • commit message가 적절한지 확인해주세요.
  • 마지막으로 Coding Convention을 준수했는지 확인해주세요.
  • 적절한 branch로 요청했는지 확인해주세요.
  • Assignees, Label을 붙여주세요.
  • 가능한 이슈를 Link 해주세요.
  • PR이 승인된 경우 해당 브랜치는 삭제 부탁드립니다.

🌈 PR 요약

  • 프로필 이미지 변경하는 api임다

📌 변경 사항

  • patchImgService, patchImgController, router 추가했슴다

Linked Issue

close #25

@seohyun-106 seohyun-106 added 🍀 feature 새로운 기능 추가 1️⃣ priority: high 우선순위 높음 labels Jan 14, 2022
@seohyun-106 seohyun-106 self-assigned this Jan 14, 2022
}

// 모두 성공시
response.basicResponse(
Copy link
Member

Choose a reason for hiding this comment

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

else구문으로 감싸주세요!

* @프로필이미지 수정
* @route PATCH /user/img
* @access public
* @err 잘못된 폼데이터
Copy link
Member

Choose a reason for hiding this comment

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

🧐 에러가 분명 두개인데 주석에는.... 🧐🧐? 아닌가?ㅋ;

@seohyun-106 seohyun-106 merged commit 06f3178 into develop Jan 14, 2022
@seohyun-106 seohyun-106 deleted the feat/patchImg-api branch January 14, 2022 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣ priority: high 우선순위 높음 🍀 feature 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] PATCH img api
3 participants