Skip to content

Commit

Permalink
[Chore] CI/CD TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonInbae committed Aug 23, 2024
1 parent b6b25c4 commit 58a3e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class TestController {

@GetMapping
public String greeting() {
return "Hello World!";
return "Hello World! CICD TEST";
}
}

0 comments on commit 58a3e86

Please sign in to comment.