pastjean
11/03/2017, 8:06 PMrouting {
get("/") {
call.respondText("Filterz!", ContentType.Text.Html)
}
}
extracting the body of the get call 😕 I'm still a kotlin noob.
I'm aware of the "Locations" feature but i'm not a fan of anotations although it really seems what I need.
i'd like something like this
routing { get("/", getIndexHandler )}