Skip to content

Commit

Permalink
Update HealthCheckController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg authored Dec 20, 2023
1 parent 6417de7 commit 72c405b
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 "z";
}

@GetMapping("/v4")
Expand Down

0 comments on commit 72c405b

Please sign in to comment.