Skip to content

Commit c2896b5

Browse files
committed
Test : CI/CD 테스트를 위한 코드 수정
1 parent ef82934 commit c2896b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HalfFifty_BE/src/main/java/HalfFifty/HalfFifty_BE/HealthCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class HealthCheck {
88

99
@GetMapping("/")
1010
public String health() {
11-
return "server on!!!!";
11+
return "server on!!!";
1212
}
1313
}

0 commit comments

Comments
 (0)