Skip to content

Commit

Permalink
[FEAT] Health Check 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji hwan Shin authored and Ji hwan Shin committed Apr 28, 2024
1 parent 7be6628 commit 44adb7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public ResponseEntity<HealthServiceGetHealthResponseDto> getHealth() {

@GetMapping("/v2")
public ResponseEntity<String> getHealthV2() {
return ResponseEntity.ok().body("spring health check success");
return ResponseEntity.status(200).body("Health Check V2");
}
}

0 comments on commit 44adb7a

Please sign in to comment.