Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg committed Dec 20, 2023
1 parent 79eb68a commit c1d4ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ResponseEntity<String> healthCheckV2() {

@GetMapping("/v3")
public String healthCheckV3() {
return "대대대라";
return "제발";
}

@GetMapping("/v4")
Expand Down

0 comments on commit c1d4ce6

Please sign in to comment.