Skip to content

Commit de53805

Browse files
authored
Update HelloWorld.java
1 parent 9948429 commit de53805

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,6 +9,6 @@ public static void main(String[] args) {
99

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

0 commit comments

Comments
 (0)