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] 회원 정보 조회 기능 구현 #852

Merged
merged 5 commits into from
Dec 14, 2024
Merged

[BE] 회원 정보 조회 기능 구현 #852

merged 5 commits into from
Dec 14, 2024

Conversation

Arachneee
Copy link
Contributor

issue

구현 사항

회원 정보 조회 기능 구현했습니다.

API

/api/users/mine

Response

{
	"nickname" : "닉네임1",
	"bankName" : "국민",
	"accountNumber" : "12345-1245",
	"isGuest" : true,
	"profileImage" : null
}

@Arachneee Arachneee added ⌨️ BE Backend ⚙️ feat feature labels Dec 14, 2024
@Arachneee Arachneee added this to the v3.1.0 milestone Dec 14, 2024
@Arachneee Arachneee self-assigned this Dec 14, 2024
@Arachneee Arachneee changed the base branch from main to be-dev December 14, 2024 06:04
Copy link

Test Results

135 tests   135 ✅  7s ⏱️
 25 suites    0 💤
 25 files      0 ❌

Results for commit b079bbf.

@Arachneee Arachneee merged commit f9cc4a2 into be-dev Dec 14, 2024
3 checks passed
@Arachneee Arachneee deleted the feature/#851 branch December 14, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[BE] 회원 정보 조회 기능 구현
1 participant