Although in this case if I try `routes(existing, "...
# http4k
c
Although in this case if I try
routes(existing, "/more" bind static(...))
it has a signature mismatch as
existing
is a
HttpHandler
and
"/more" bind static(...)
is a
RoutingHttpHandler