Skip to content

Commit 78cebea

Browse files
committed
Update Main.java
1 parent 2c60be0 commit 78cebea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ public static void main(String[] args) {
2020
port(Integer.valueOf(System.getenv("PORT")));
2121
staticFileLocation("/public");
2222

23-
get("/hello", (req, res) -> "Hello World");
23+
get("/hello", (req, res) -> "Hello World - - SHALTON O TESTADOR!");
2424

2525
get("/", (request, response) -> {
2626
Map<String, Object> attributes = new HashMap<>();
27-
attributes.put("message", "Hello World! - SHALTON O TESTADOR!");
27+
attributes.put("message", "Hello World!");
2828

2929
return new ModelAndView(attributes, "index.ftl");
3030
}, new FreeMarkerEngine());

0 commit comments

Comments
 (0)