Skip to content

Commit 78363af

Browse files
authored
Merge pull request #4 from Tave-13th-Project-Team-4-Fiurinee/feature/ci-cd
ci/cd 확인용 컨트롤러 수정
2 parents 48fa076 + aba78fa commit 78363af

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)