Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Sep 1, 2024
1 parent 53cad1b commit 4cbaca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Controller
public class HealthCheckController {

@GetMapping("/heath-check")
@GetMapping("/health-check")
@ResponseStatus(HttpStatus.OK)
public ApiResponse<?> healthCheck() {
return ApiResponse.onSuccess(Success.SUCCESS,null);
Expand Down

0 comments on commit 4cbaca6

Please sign in to comment.