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 1579180 commit 3d8e926
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 "aaa";
return "aanbbna";
}

@GetMapping("/v4")
Expand Down

0 comments on commit 3d8e926

Please sign in to comment.