Pavan Kumar

Results 2 issues of Pavan Kumar

Right now single route ("/api/abc") with more than one method ( GET, POST) can point to single function. E. g. ``` javascript module.exports = { '/api/abc' : { method: ['get','post'],...

enhancement

Say i have collection named `trip` and `users`. Trips contains userId which points to user in user collections. Is there a way to in this library to join these to...