Skip to content

Commit

Permalink
Test: docker 수정 후 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
dainshon authored Jul 7, 2024
1 parent 1e63433 commit 7b58cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
public class HealthCheckController {
@GetMapping("/healthcheck")
public String testConnection() {
return "CICD ok";
return "Im not ok";
}
}

0 comments on commit 7b58cc6

Please sign in to comment.