Skip to content

Commit

Permalink
[Fix]: 헬스체크 미사용 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed May 28, 2024
1 parent c3c192c commit 0a7be4d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ public String healthCheck() {
return "ok";
}

@GetMapping("/health2")
public ApiResponse<String> healthCheck2() {
return ApiResponse.success("ok");
}
}

0 comments on commit 0a7be4d

Please sign in to comment.