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 98d12ec commit a8019d2
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 002";
return "health check ver 003";
}
}

0 comments on commit a8019d2

Please sign in to comment.