Skip to content

Commit

Permalink
📝 Docs: api docs 수정
Browse files Browse the repository at this point in the history
<footer>
- 관련: #428
  • Loading branch information
joowojr committed Jan 12, 2025
1 parent ff9fb75 commit 219878c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class MemberProfileController {
private final MemberProfileUsecase memberProfileUsecase;

@Operation(summary = "유저 프로필 및 친구 상태 조회", description = "유저 프로필 및 친구 상태를 조회합니다.")
@Operation(summary = "유저 프로필 및 친구 상태 조회", description = "유저 프로필 및 친구 상태를 조회합니다. 닉네임#태그 형식으로 요청해주세요.")
@GetMapping("/{nickname-tag}/profile")
public ResponseDto<MemberProfileResponse.MemberProfileDto> getMemberProfile(
@AuthenticationPrincipal SecurityUserDetails member,
Expand Down

0 comments on commit 219878c

Please sign in to comment.