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

Feat: 나의 뱃지 목록 조회 api 구현 #250

Merged
merged 9 commits into from
Oct 2, 2024
Prev Previous commit
Next Next commit
fix: api uri 수정
hee9841 committed Oct 2, 2024
commit 01ce3283c84df6bb427949fc57b29ec9f820c676
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ public AchievedBadgesResponse getMyBadges(@MemberId long memberId) {
return badgeService.getAchievedBadges(memberId);
}

@GetMapping("/my-list")
@GetMapping("/me/lists")
@Operation(
summary = "나의 뱃지 조회 목록 조회",
description =