From 2038663e70038e634c4ecd77d14cba57915f028c Mon Sep 17 00:00:00 2001 From: Ahmed-UPEC <56971722+Ahmed-UPEC@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:58:03 +0100 Subject: [PATCH] github action CD --- backend/src/main/java/com/asxms/PingPongController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/com/asxms/PingPongController.java b/backend/src/main/java/com/asxms/PingPongController.java index ecf92f8..f714081 100644 --- a/backend/src/main/java/com/asxms/PingPongController.java +++ b/backend/src/main/java/com/asxms/PingPongController.java @@ -10,7 +10,7 @@ record PingPong(String result){} @GetMapping("/ping") public PingPong getPingPong() { - // testing the CD workflow + // testing the CD workflow v2 return new PingPong("Pong"); };