Skip to content

Commit 73e684b

Browse files
authored
Update DemoApplication.java
1 parent 685cd79 commit 73e684b

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 "aupa !";
18+
return "aupalll !";
1919
}
2020
}

0 commit comments

Comments
 (0)