Skip to content

Commit 73497ce

Browse files
committed
Test : CI/CD Test를 위한 코드 수정
1 parent 26de89e commit 73497ce

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)