refactor: 컨트롤러 메소드 어노테이션 정리 #93
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 개요
🚀 주요 변경 내용
*Api인터페이스에서 작성한 매핑 어노테이션이*Controller구현체에서도 중복 사용되어 휴먼 에러가 발생할 우려가 있기에 구현체는 모두@Override를 사용하도록 수정했습니다.회원탈퇴 메소드 명이 로그아웃과 똑같이 수정했고, 로그아웃 처리도 같이하도록 했습니다.
회원탈퇴 성공 시 응답코드로 404를 반환하는 문제를 204로 반환할 수 있도록 했습니다.
💬 참고 사항
✅ Checklist (완료 조건)