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

[BE] feat: 회원 정보 조회 API 구현 및 문서화 #182

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

J-I-H-O
Copy link
Contributor

@J-I-H-O J-I-H-O commented Jul 23, 2024

이슈

개발 사항

  • 회원 단건 조회 API 구현
  • 내 회원 정보 조회 API 구현
  • API 문서화

@J-I-H-O J-I-H-O added 📝 docs docs 🖥 backend backend ✨ feat 기능 개발 labels Jul 23, 2024
@J-I-H-O J-I-H-O self-assigned this Jul 23, 2024
Copy link

Unit Test Results

86 tests   86 ✔️  4s ⏱️
19 suites    0 💤
19 files      0

Results for commit 286ec5a.

Copy link
Member

@jimi567 jimi567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

깔쌈하네요

Comment on lines +40 to +42
@Autowired
private AuthArgumentResolver authArgumentResolver;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이건 뭔가요?! 궁금해서 ㅎㅎ,,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(이해 완)

@J-I-H-O J-I-H-O merged commit ed70f22 into develop Jul 23, 2024
3 checks passed
@J-I-H-O J-I-H-O deleted the feature/member-find-api branch July 23, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend backend 📝 docs docs ✨ feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원 단건 조회 및 내 정보 조회 API
3 participants