Skip to content

Commit

Permalink
ANNO :: API Docs..
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Jun 20, 2024
1 parent 3a35628 commit 2ca7f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private class UserController(
nickname: String?
): UserProfileResponse = readUserProfileFromNicknameUseCase.profileFromNickname(nickname!!)

@Operation(summary = "ํ˜„์žฌ ๋กœ๊ทธ์ธํ•œ ์œ ์ € ํ”„๋กœํ•„ ๋ณด๊ธฐ API")
@Operation(summary = "ํ˜„์žฌ ๋กœ๊ทธ์ธํ•œ ์œ ์ € ํ”„๋กœํ•„ ์กฐํšŒ API")
@RequireAuthentication
@GetMapping
fun getCurrentUserProfile(): UserProfileResponse = readCurrentUserProfileUseCase.readCurrentUserProfile()
Expand Down

0 comments on commit 2ca7f7e

Please sign in to comment.