Compare commits

...

2 Commits

Author SHA1 Message Date
barthiv73098
bf7c38b468 Merge remote-tracking branch 'origin/master' 2019-11-19 17:15:29 +01:00
barthiv73098
73d1dd1b0a Replaced description. 2019-11-19 17:14:48 +01:00

View File

@ -9,7 +9,7 @@ public class Quitt {
app.config.addStaticFiles("/components");
app.get("/", ctx -> {
ctx.render("/index.html", model("firstName", "John", "lastName", "Doe"));
ctx.render("/index.html", model("description", "blaaaaaa", "lastName", "Doe"));
});
app.get("/index.html", ctx -> {