Skip to content

Commit

Permalink
[hotfix] healthcheck url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Nov 10, 2024
1 parent df39921 commit f354092
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@RestController
public class HealthCheckController {


@GetMapping("/health")
@GetMapping("/")
public String healthCheck(){
return "health Check Success";
}
Expand Down

0 comments on commit f354092

Please sign in to comment.