Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg authored Dec 20, 2023
1 parent c1d4ce6 commit 8d79216
Showing 1 changed file with 2 additions and 2 deletions.
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 "aaa";
}

@GetMapping("/v4")
Expand All @@ -42,4 +42,4 @@ public ResponseEntity<HealthceckResponse> healthCheckV5() {
return ResponseEntity.ok(new HealthceckResponse());
}

}
}

0 comments on commit 8d79216

Please sign in to comment.