or even this ``` private val routers: List<P...
# http4k
d
or even this
Copy code
private val routers: List<Pair<Filter, Router>> = routes
        .map { CatchLensFailure.then(identify(it)).then(preSecurityFilter).then(security.filter).then(postSecurityFilter) to it.toRouter(contractRoot) }
        .plus(identify(descriptionRoute).then(postSecurityFilter) to descriptionRoute.toRouter(contractRoot))