diff --git a/src/main/java/rootbox/rootboxApp/api/user/presentation/UserApi.java b/src/main/java/rootbox/rootboxApp/api/user/presentation/UserApi.java index 1ae6672..9e67d29 100644 --- a/src/main/java/rootbox/rootboxApp/api/user/presentation/UserApi.java +++ b/src/main/java/rootbox/rootboxApp/api/user/presentation/UserApi.java @@ -18,5 +18,5 @@ public class UserApi { @GetMapping(value = "/health") - public String health() {return "I'm healthy" ;} + public String health() {return "I'm healthy!!!" ;} }