We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8325a1a + e3ded05 commit 321421fCopy full SHA for 321421f
src/main/java/com/example/demo/DemoApplication.java
@@ -15,6 +15,6 @@ public static void main(String[] args) {
15
16
@RequestMapping("/")
17
String sayHello() {
18
- return "olala World!";
+ return "conmensaje World!";
19
}
20
0 commit comments