backend/app/routing/Middleware.js
garrettmills 0a97c59169 Big Bang
2020-02-07 19:50:10 -06:00

18 lines
491 B
JavaScript

/*
* Global Middleware Definitions
* -------------------------------------------------------------
* These middleware are applied, in order, before every request that
* Flitter handles, regardless of request type. Each middleware class
* can be referenced using the middleware's Flitter canonical name.
*
* Route-specific middleware should be specified in the corresponding
* routes file.
*/
const Middleware = [
// 'MiddlewareName',
]
module.exports = exports = Middleware