Skip to content

Commit

Permalink
/ -> /health-check 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkang1517 committed Feb 19, 2024
1 parent 2299e31 commit 36342dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/mara/server/domain/HealthController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController
@RestController
class HealthController {

@GetMapping("/")
@GetMapping("/health-check")
fun healthCheck(): HttpStatus {
return HttpStatus.OK
}
Expand Down

0 comments on commit 36342dd

Please sign in to comment.