dave08
typealias RouteHandler = PipelineContext<Unit, ApplicationCall>.(TSubject) -> Unit suspend val dataPoint: RouteHandler = { .... }