This commit is contained in:
paulch 2024-06-19 17:59:03 +08:00
parent a52a7917a7
commit 432d5e3130
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class GreetingController {
@GetMapping("/health")
public String healthcheck() {
logger.info("Server status is OK");
return "OKOKOK";
return "OKOKOKOK";
}