Yep. Just realized this. Changed to: ``` fun <http...
# ktor
б
Yep. Just realized this. Changed to:
Copy code
fun <http://Route.post|Route.post>(paths: List<String>, body: PipelineInterceptor<Unit, ApplicationCall>) {
    paths.forEach { path ->
        <http://this.post|this.post>(path, body)
    }
}
post(listOf("success", "pending")) {
}