Skip to content

Commit

Permalink
chore: 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdh8 committed Jun 29, 2024
1 parent d79f821 commit 7452b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public BaseResponse<BughuntListResDto> bughuntFindAll(){
}
@Operation(summary = "헌트 요청 개별 id 조회", description = "개별 id로 헌트 요청 조회하기")
@GetMapping("/user")
public BaseResponse<BughuntInfoResDto> bughuntFindById(@RequestParam String loginId){
public BaseResponse<BughuntInfoResDto> bughuntFindById(@RequestParam String loginId){ //requestparam
BughuntInfoResDto bughuntInfoResDto = bughuntService.findByLoginId(loginId);
return BaseResponse.success(SuccessCode.GET_SUCCESS, bughuntInfoResDto);
}
Expand Down

0 comments on commit 7452b50

Please sign in to comment.