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

dave

03/04/2019, 1:54 PM
as a rule, you should probably try not to "capture" a request (by matching a top level route block) unless absolutely necessary. in your original example, the existence of an empty
/service
route block would "trap" the request into the 2nd level block, instead of falling through if it wasn't there.