Skip to content

Commit

Permalink
Feat: AWS CICD TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Jul 19, 2024
1 parent 7d40975 commit 3d97962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class UserController {
private final MeetRoomService meetRoomService;

@GetMapping("/info")
@Operation(summary = "사용자 정보 조회", description = "현재 로그인한 사용자의 정보를 조회합니다.")
@Operation(summary = "사용자 정보 조회 액션확인", description = "현재 로그인한 사용자의 정보를 조회합니다.")
public UserInfoDto getInfo() {
return userService.getUserInfo();
}
Expand Down

0 comments on commit 3d97962

Please sign in to comment.