This commit is contained in:
yuzchen 2024-01-30 17:14:38 +08:00
parent 8c9eb20430
commit f110dd8019
1 changed files with 1 additions and 1 deletions

View File

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