Skip to content

Commit

Permalink
fix: url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsong76 committed Jan 2, 2024
1 parent e9ae369 commit 8c3bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hackerton/demo/controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@RestController
public class controller {
@GetMapping("/health")
@GetMapping("/healthy")
public String healthCheck() {
return "I'm healthy!";
}
Expand Down

0 comments on commit 8c3bf06

Please sign in to comment.