Anyway. I made it like this: ``` suspend fun Pipel...
# ktor
б
Anyway. I made it like this:
Copy code
suspend fun PipelineContext<Unit, ApplicationCall>.successOrPending() {
}
post("success") { successOrPending() }
post("pending") { successOrPending() }