Skip to content

Commit

Permalink
[TEST] 배포 CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaesuyeon committed Aug 20, 2024
1 parent fd934a2 commit e785db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/depth/mvp/thinkerbell/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TestController {

@GetMapping("/test")
public String test(){
return "테스트";
return "배포 테스트";
}

}

0 comments on commit e785db9

Please sign in to comment.