Compare commits
No commits in common. "bf7c38b4689dc882f74c424cb25ea850d1d540d8" and "efdb9fe8b98636bed848bc941effe47eb9ab6422" have entirely different histories.
bf7c38b468
...
efdb9fe8b9
@ -9,7 +9,7 @@ public class Quitt {
|
|||||||
app.config.addStaticFiles("/components");
|
app.config.addStaticFiles("/components");
|
||||||
|
|
||||||
app.get("/", ctx -> {
|
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 -> {
|
app.get("/index.html", ctx -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user