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.
jwt decode로 memberId를 가져오는 함수를 만들고,
challenges/my-challenge페이지를 [memberId]/challenge로 통합하였습니다.
url도 가독성 좋게
member/[memberId]/challenges로 변경하려고 했지만,
기존의 member라는 단어를 챌린지에 등록된 멤버들이란 의미에서 사용했던것같은데,
해빗페이에 가입한 회원또한 member라는 용어를 쓰면 혼동이 올 것 같아서, 이건 이야기 해보면좋을듯 싶습니다.
우선 url은 기존대로 [userId]/challenge로 하였습니다.