Skip to content

Commit 321421f

Browse files
authored
Merge pull request #5 from dsaenzgithub/con-mensaje
Update DemoApplication.java
2 parents 8325a1a + e3ded05 commit 321421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/demo/DemoApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public static void main(String[] args) {
1515

1616
@RequestMapping("/")
1717
String sayHello() {
18-
return "olala World!";
18+
return "conmensaje World!";
1919
}
2020
}

0 commit comments

Comments
 (0)