Skip to content

Commit

Permalink
Update Controller.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DharshiBalasubramaniyam authored Jun 29, 2024
1 parent 401f42d commit 5a9c689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class Controller {

@GetMapping("/home")
public ResponseEntity<String> welcome() {
public ResponseEntity<String> home() {
return ResponseEntity.ok("Welcome to Spring Boot CI/CD Pipeline!");
}

Expand Down

0 comments on commit 5a9c689

Please sign in to comment.