Join Slack
Communities
Powered by
If I have a HTTPHandler and I want to add another ...
# http4k
c
Connor Shearwood
06/19/2018, 1:46 PM
If I have a HTTPHandler and I want to add another RoutingHttpHandler to it, how would I go about it? I've tried doing:
Copy code
routes( "/" bind existing, "/more" bind static(...) )
but this doesn't work In this case
/more
work, but nothing from
existing
Open in Slack
Previous
Next