Skip to content

Commit 00b4aea

Browse files
committed
test: CI 연결 테스트
1 parent eddf1a6 commit 00b4aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dfbf/soundlink/global/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class Controller {
1414
// health check
1515
@GetMapping("/health")
1616
public ResponseResult health() {
17-
return new ResponseResult(ErrorCode.SUCCESS,"ok2");
17+
return new ResponseResult(ErrorCode.SUCCESS,"ok");
1818
}
1919
}

0 commit comments

Comments
 (0)