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.
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
Service 단에 무의미한 반복이 많아서, ApiResponse를 반환하는 방법으로
바꿨습니다. Benefit 파일만 우선 예시로 수정했습니다.
📋 추후 진행 상황
대면 회의에서 다른 파일들도 수정할 예정입니다.
📌 리뷰 포인트
따로 응답 파일을 더 만들지 않고, 이미 사용하던 ApiResponse를 이용해 Service 코드를 줄였습니다.
200 이 아닌 다른 코드가 필요하면 Controller에서 if/else 문으로 다루어야 할 것 같습니다.
✅ Checklist
PR이 다음 요구 사항을 충족하는지 확인해주세요