Mehdi
06/09/2020, 9:20 AMfun routes(): RoutingHttpHandler {
return org.http4k.routing.routes(
"/ping" bind Method.GET to pingHandler,
"foo" bind <http://Method.POST|Method.POST> t fooHandler,
)
}
dave
06/09/2020, 9:23 AMMehdi
06/09/2020, 10:38 AMReceiver class org.http4k.contract.ContractRoutingHttpHandler does not define or inherit an implementation of the resolved method abstract match(Lorg/http4k/core/Request;)Lorg/http4k/routing/RouterMatch; of interface org.http4k.routing.Router.
dave
06/09/2020, 10:42 AMMehdi
06/09/2020, 10:44 AM