Can we change the default Assets HTTP API Path /api/assets ?
As listed in the docs https://docs.adobe.com/content/help/en/experience-manager-65/assets/extending/mac-api-assets.html to access assets using API..
- https://[hostname]:[port]/api.json
- https://[hostname]:[server]/api/assets.json
is there a way to change the path of the default "/api/...." to be something else?
Our implementation need to call (external) services that are mapped as https://<server>/api/services (where <server> is an aem site).
and when internally calling assets' api's (to access content fragments) in code, we're having issues since they the external and internal api path.
Couple solutions we can.. but can avoid if we can change the path.
1. Create a servlet to catch `/api/assets` calls and process
2. Add dispatcher rule
