We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f58fbd commit 75202a6Copy full SHA for 75202a6
1 file changed
src/main/java/HelloWorld.java
@@ -9,7 +9,7 @@ public static void main(String[] args) {
9
10
@Override
11
public void init() {
12
- get("/hello", (req, res) -> "Hello World25");
+ get("/hello", (req, res) -> "Hello World");
13
}
14
15
0 commit comments