Skip to content

Commit c73a700

Browse files
Update DemoController.java
1 parent 91618c8 commit c73a700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/demodocker/DemoController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class DemoController {
99

1010
@GetMapping("/greet/{name}")
1111
public String greeting(@PathVariable String name) {
12-
return "Hi!! " + name;
12+
return "Hi Hello!! " + name;
1313
}
1414

1515
}

0 commit comments

Comments
 (0)