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 193b5f1 commit 69f0b64
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 69f0b64

Please sign in to comment.