Skip to content

Commit

Permalink
⚗️ CI/CD Test
Browse files Browse the repository at this point in the history
인스턴스 재부팅 후 재테스트
  • Loading branch information
min-0 committed Jul 29, 2024
1 parent 78e62cc commit a329572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dnd/dndtravel/test/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class TestController {
@GetMapping("test")
public String printTest() {
return "Success!";
return "CI/CD Success!";
}
}

0 comments on commit a329572

Please sign in to comment.