Skip to content

Commit 75202a6

Browse files
authored
Update HelloWorld.java
1 parent 5f58fbd commit 75202a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/HelloWorld.java

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

1010
@Override
1111
public void init() {
12-
get("/hello", (req, res) -> "Hello World25");
12+
get("/hello", (req, res) -> "Hello World");
1313
}
1414
}
1515

0 commit comments

Comments
 (0)