s4nchez
01/21/2021, 2:49 PMRoutedRequest
.Cosmin Victor Celea
01/21/2021, 2:50 PMs4nchez
01/21/2021, 2:52 PMroute()
, the 404 by default comes with a route not found
description. Apart from that there's no mechanism to check if route exist.Cosmin Victor Celea
01/21/2021, 2:53 PMroutes(
"api/" bind routes(
contractMain, contractExternal
)
)
I compose the routes from two contractss4nchez
01/21/2021, 3:00 PMRoutedRequest.