aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/middleware/index.js
blob: 49ad5333d7c0275440c6c568e470bf7b5351a278 (plain) (blame)
1
2
3
4
5
// eslint-disable-next-line no-unused-vars
module.exports = function (app) {
  // Add your custom middleware here. Remember that
  // in Express, the order matters.
};