diff --git a/index.html b/index.html index a8f9d302..392d9b5e 100644 --- a/index.html +++ b/index.html @@ -69,8 +69,8 @@ server on `http://localhost:8888` (the default value of public class Application { @RequestMapping("/") - String home() { - "Hello World" + public String home() { + return "Hello World"; } public static void main(String[] args) {