Compare commits
2 Commits
efdb9fe8b9
...
bf7c38b468
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf7c38b468 | ||
|
|
73d1dd1b0a |
@ -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 -> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user