Skip to content

Commit

Permalink
[Bug] Update Health Check API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong committed May 15, 2024
1 parent ca1a3ce commit 0275562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@RestController
public class IndexController {

@GetMapping("/")
@GetMapping("/health-check")
public ApiResponseDto<Boolean> healthCheck() {
return ApiResponseDto.onSuccess(true);
}
Expand Down

0 comments on commit 0275562

Please sign in to comment.