For example: `/posts` and `/articles` should both manage the `text` collection. A possible approach is: ``` [ { "url": "post", "base": "api/", "methods": ["GET", "POST"], "param": "id", "collection": "text" }, { "url": "SCA_ETH_FDFr_EC", "base": "api/", "methods": ["GET", "POST"], "param": "id", "collection": "text" } ] ```
For example:
/postsand/articlesshould both manage thetextcollection. A possible approach is: