<@U6QF4BK4H> I'm not entirely sure what you're ask...
# http4k
d
@joscha.alisch I'm not entirely sure what you're asking, but here's a couple of ways you can reduce that code:
Copy code
routes(
                            "/api" bind routes(
                                    GET to { _: Request -> Response(OK) }
                            ),
                            "/api" bind { _: Request -> Response(OK) }
                    )