kalisio/feathers-distributed

View on GitHub
example/gateway/src/middleware/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export default function () {
  // Add your custom middleware here. Remember, that
  // in Express the order matters
  const app = this; // eslint-disable-line no-unused-vars
};