Closed RaghavendhraK closed 8 years ago
Nope. https://github.com/feathersjs/feathers/blob/master/src/application.js#L61
Feathers is the little wrapper around express that enables the use of service, so instead of requiring express
, change it to feathers
and you've got a combo that works.
Can we use the feathers-mongoose service directly as a middleware to the express app?