Browse Source

Replaced description.

master
barthiv73098 4 years ago
parent
commit
73d1dd1b0a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      application/src/main/java/Quitt.java

+ 1
- 1
application/src/main/java/Quitt.java View File

app.config.addStaticFiles("/components"); app.config.addStaticFiles("/components");


app.get("/", ctx -> { 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 -> { app.get("/index.html", ctx -> {

Loading…
Cancel
Save