Skip to content

Commit

Permalink
#77 Refactor: RequestHeader atk 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MinYeongPark authored Feb 6, 2024
1 parent 8a880b9 commit cd3cbd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class UserRestController {
//마이 페이지 조회
@GetMapping("/my-page")
public ApiResponse<UserResponseDTO.MyPageResDTO> getMyPage(
@RequestHeader(name = "atk") String atk,
HttpServletRequest request) {
Long userId=jwtTokenService.JwtToId(request);
User myPage = userService.findMyPage(userId);
Expand Down

0 comments on commit cd3cbd6

Please sign in to comment.