When using the ProxyFeature
and in the delegate for matchingRequests
, is it possible to add all service operation routes that belong to services in the AppHost where the feature is used, so that those service operations are not proxied?
Or do we have to exclude each service operation route (both declared [Route]
and the built-in ReplyTo route), manually?
Any shortcuts that don’t involve having to keep this list up to date for every operation we add to this AppHost?
(I assume there is a way to get all the routes for all the services registered in the current AppHost).