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

[FIX] 유저 등록 작품 수 조회 기능 수정 #203

Merged
merged 3 commits into from
Sep 28, 2024
Merged

Conversation

Kim-TaeUk
Copy link
Member

Related Issue

Key Changes

  • 유저가 등록한 작품 수를 조회하는 엔드포인트를 변경했습니다.
    • 변경 전: /users/user-novel-stats
    • 변경 후: /users/{userId}/user-novel-stats
  • 로그인 중인 유저의 정보를 가져올 필요가 없어서 Principal 관련 로직을 삭제했습니다.

To Reviewers

  • QA 중에 머지해서 죄송합니다..!
  • 수정 중에 확인해보니 로그인 중인 유저의 정보를 가져오지 않아도 되는 경우가 많은 것 같습니다...!! 리팩터링이 필요할 듯 하네용

@Kim-TaeUk Kim-TaeUk merged commit 6c070e0 into dev Sep 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 유저 등록 작품 수 조회 기능 수정
1 participant