Skip to content

Commit

Permalink
[chore] ci/cd 테스트 (#3)
Browse files Browse the repository at this point in the history
* feat : health-check api 추가

* feat : cicd ë¡스크립트 수정

* feat :test : cicd 테스트

* test : cicd 재확인
  • Loading branch information
j2noo authored Feb 28, 2024
1 parent 9fefab9 commit 212c1ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ public class MainController {
@GetMapping("/health")
public String apiTest() {
System.out.println("health-check!");
return "health check!";
return "health check! v2.";

}
}

0 comments on commit 212c1ed

Please sign in to comment.