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 분리
작업 사항
기존에 내 프로필 조회에서 username, email과 함께 수강한 강의 내역도 같이 응답해줬는데 이 두가지를 분리했으면 좋겠다는 프론트엔드 팀원분들의 의견에 따라 수정하였습니다.
강의 다시보기 정보 조회할 때 강의 id 값이 필요해 이 부분을 포함해서 응답하도록 수정했습니다.