Skip to content

Commit

Permalink
refactor(HomeController) : 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoonworld committed Jan 27, 2025
1 parent 6c1632f commit 2e0a9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class HomeController {

@GetMapping("/")
@GetMapping("/actuator/health")
public String home() {
return "Hello, World!";
}
Expand Down

0 comments on commit 2e0a9d6

Please sign in to comment.