How can I share a root resource across multiple classes? For example,
I have two classes, ProfileDataService & ProfileUploadService, that
handle requests for information and uploads respectively. How can I
have both of these classes and their respective methods share the root
"/profiles"? Thanks.

-Ari

Reply via email to