tjohnn
04/12/2019, 10:09 AMfun Routing.v1() {
route("/api/v1") {
posts()
}
}
I am getting fun Routing.posts() can't be called in this context by implicit receivermarstran
04/12/2019, 10:14 AMRoute, not Routing.tjohnn
04/12/2019, 11:01 AM