Skip to content

Commit

Permalink
chore: 공연 조회 메서드 이름 변경
Browse files Browse the repository at this point in the history
- findStageById -> findById
  • Loading branch information
seokjin8678 committed Apr 12, 2024
1 parent f8df5c4 commit 1047722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class AdminStageV1Controller {
private final AdminStageV1QueryService adminStageV1QueryService;

@GetMapping("/{stageId}")
public ResponseEntity<AdminStageV1Response> findStageById(
public ResponseEntity<AdminStageV1Response> findById(
@PathVariable Long stageId
) {
return ResponseEntity.ok()
Expand Down

0 comments on commit 1047722

Please sign in to comment.