Skip to content

Commit

Permalink
📝 Docs: swagger docs 수정
Browse files Browse the repository at this point in the history
<footer>
- 관련: #429
  • Loading branch information
joowojr committed Jan 12, 2025
1 parent e05943b commit 2f8c2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@RestController
@RequiredArgsConstructor
@Tag(name = "11. Profile", description = "유저 프로필 API")
@Tag(name = "11. Member Profile", description = "유저 프로필 API")
@RequestMapping("/api/v2/members")
public class MemberProfileController {
private final MemberProfileUsecase memberProfileUsecase;
Expand Down

0 comments on commit 2f8c2db

Please sign in to comment.