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 934b5a1 commit 4a67de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@RestController
public class Controller {

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

0 comments on commit 4a67de0

Please sign in to comment.