Skip to content

Commit 9df22f1

Browse files
authored
Merge pull request #60 from sw-security-web-app/SCRUM-68
Re: deploy
2 parents f5dcf68 + 8c8c961 commit 9df22f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/example/demo/security/HealthCheckController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.springframework.web.bind.annotation.RestController;
66

77
@RestController
8-
public class HealthCheckController {
8+
public class HealthCheckController { // 상태체크를 위한 Controller
99

1010
@GetMapping("/health-check")
1111
public ResponseEntity<?> healthCheck() {

0 commit comments

Comments
 (0)