Skip to content

Commit

Permalink
chore: healthCheck 로그 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 2, 2024
1 parent 75d3c91 commit 18638c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import org.springframework.web.bind.annotation.RestController

@RestController
class HealthCheckController {
@GetMapping("")
@GetMapping("/")
fun healthCheck(): String {
println("call health check")
return "OK"
}
}

0 comments on commit 18638c5

Please sign in to comment.