UNPKG
feathers-blipp
Version:
latest (0.0.0)
0.0.0
feathers blipp
github.com/feathersjs/feathers-blipp
feathersjs/feathers-blipp
feathers-blipp
/
example
/
src
/
middleware
/
index.js
5 lines
(4 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
(
app
) {
// eslint-disable-line no-unused-vars
// Add your custom middleware here. Remember, that
// in Express the order matters
};