https://kotlinlang.org logo
#http4k
Title
c

Connor Shearwood

06/19/2018, 2:17 PM
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