Skip to content

Commit 1063557

Browse files
committed
Vamosss
1 parent 8e65065 commit 1063557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/javatechie/cicd/GithubCicdActionsApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
@RestController
1010
public class GithubCicdActionsApplication {
1111

12-
@GetMapping("/welcome")
12+
@GetMapping("/bienvenida")
1313
public String welcome() {
14-
return "Welcome to GitHub Actions CI/CD Pipeline";
14+
return "Qué notable, se desplegó haciendo git commit y git push";
1515
}
1616
// Archivo de prueba
1717
//Hacemos otro commit mas

0 commit comments

Comments
 (0)