Skip to content

Commit

Permalink
healthcheck update
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jul 2, 2024
1 parent 9ae78a8 commit fd2a704
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class healthCheckController {

@GetMapping("/")
public String healthCheck() {
return "health check ver 001";
return "health check ver 002";
}
}

0 comments on commit fd2a704

Please sign in to comment.