Compare commits

..

No commits in common. "bf7c38b4689dc882f74c424cb25ea850d1d540d8" and "efdb9fe8b98636bed848bc941effe47eb9ab6422" have entirely different histories.

View File

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