diff --git a/index.html b/index.html index ade728f5..cd170e2a 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ public class Application { @RequestMapping("/") public String home() { - "Hello " + name; + return "Hello " + name; } public static void main(String[] args) {