From 11bc9a4420df428ba3222e1fb8f35cf78034e4e0 Mon Sep 17 00:00:00 2001 From: CYY1007 Date: Sat, 21 Jun 2025 19:53:01 +0900 Subject: [PATCH] =?UTF-8?q?ci/cd=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/rootbox/rootboxApp/api/user/presentation/UserApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!!!" ;} }