Skip to content

Commit

Permalink
fix: Fix roundGame result api path
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Oct 21, 2023
1 parent e283191 commit 3713703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public GameReportResponseDto enterGameResult(
return gameService.updateGameResult(roundGameId, enterGameResultDto.getResult());
}

@PostMapping("/{roundGameId}")
@GetMapping("/result/{roundGameId}")
@ResponseStatus(HttpStatus.OK)
@Override
public GameReportResponseDto checkFinalGameResult(@PathVariable final Long roundGameId) {
Expand Down

0 comments on commit 3713703

Please sign in to comment.