Yeah, agree there’s nothing funky going on, but it...
# ktor
a
Yeah, agree there’s nothing funky going on, but it has give me a few
wtfs
… e.g. I want to factor some stuff out inside of routing:
Copy code
routing {

    route("api") {
        authentication {
            ...
            crud(this@route, "users", stores.users)
        }
    }
}