Skip to content

Commit 0776494

Browse files
authored
Merge pull request #5 from Tave-13th-Project-Team-4-Fiurinee/feature/ci-cd
chore:ci/cd 확인2
2 parents 78363af + 9bb792a commit 0776494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/fiurinee/hello/HelloController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ public class HelloController {
77
@GetMapping("/docker")
88
@ResponseBody
99
public String sayHello() {
10-
return "ci/cd 테스트 아니 왜이래";
10+
return "ci/cd 테스트 아니 젭알";
1111
}
1212
}

0 commit comments

Comments
 (0)