Access API endpoints in MEANjs from server controller
问题 so i have this problem i am working on 'following' feature in my application. What's important, i have two models: Follows and Notifications When I hit follow button in front-end I run function from follow.client.controller.js which POSTs to API endpoint /api/follows which corresponds to follow.server.controller.js and then update action on Follows model is performed - easy. AFAIK thats how it works (and it works for me). But in follows.server.controller.js I want also invoke post to API