Skip to content

Commit

Permalink
chore: CD 테스트(#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 2, 2024
1 parent 18638c5 commit 0c0879a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.springframework.web.bind.annotation.RestController

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

0 comments on commit 0c0879a

Please sign in to comment.