This specific usage is just binding to the route (...
# ktor
o
This specific usage is just binding to the route (
/
), it has no data attached. Check
get<ViewKweet>
as a more interesting example, where
it.id
is bound to path parameter in
/kweet/{id}
route specification