add
This commit is contained in:
parent
8c9eb20430
commit
f110dd8019
|
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue