<@UB9AX6GEP> nope - I mean completely remove the p...
# http4k
d
@Connor Shearwood nope - I mean completely remove the pattern, so you've got this:
Copy code
val handler = routes(
        existingApp,
        "/more" bind { _: Request -> Response(OK).body("more") }
    )