so right now, myRoute returns a ContractRoute...if...
# http4k
c
so right now, myRoute returns a ContractRoute...if I change it to
Copy code
fun myRoute = "/status/" / Path.of("id") meta { ... } bindContract GET to handler
It not longer returns a ContractRoute which is needed by the
contract(OpenApi(...))
portion