Skip to content

Commit

Permalink
test: 캐스퍼 봇 응모 여부
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Jul 31, 2024
1 parent eab1748 commit 4481986
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 ResponseEntity<CustomResponse<GetCasperBot>> postCasperBot(@CookieValue S
}

@GetMapping("/{casperBotId}")
public ResponseEntity<GetCasperBot> getCasperBot(@PathVariable String casperBotId){
public ResponseEntity<GetCasperBot> getCasperBots(@PathVariable String casperBotId){
return new ResponseEntity<>(lotteryEventService.getCasperBot(Long.parseLong(casperBotId)), HttpStatus.OK);
}

Expand Down

0 comments on commit 4481986

Please sign in to comment.