<@U3JDL750W> routing.kt should probably contain th...
# http4k
d
@s4nchez routing.kt should probably contain this:
Copy code
infix fun String.bind(httpHandler: RoutingHttpHandler): RoutingHttpHandler = if(this == "/") httpHandler else httpHandler.withBasePath(this)