Skip to content

Commit

Permalink
Update welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
DharshiBalasubramaniyam authored Jun 29, 2024
1 parent 7169d0f commit 6d65b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Controller {

@GetMapping("/home")
public ResponseEntity<String> home() {
return ResponseEntity.ok("Welcome to Spring Boot CI/CD Pipeline!");
return ResponseEntity.ok("Welcome to Spring Boot CI/CD Pipeline with GitHub Actions, Docker and AWS ECS!");
}

}
Expand Down

0 comments on commit 6d65b03

Please sign in to comment.