Skip to content

Commit af9eccd

Browse files
committed
refactor: healthcheck controller
1 parent 29523a4 commit af9eccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/remu/global/common/HealthCheckController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class HealthCheckController {
1111
@GetMapping("/health")
1212
public ResponseEntity<String> healthCheck() {
1313
// 상태 코드 200과 함께 메시지 반환
14-
return ResponseEntity.ok("Success Health Check");
14+
return ResponseEntity.ok("Success Health Check!");
1515
}
1616
}

0 commit comments

Comments
 (0)