Initial Flitter Commit
This commit is contained in:
17
app/routing/Middleware.js
Normal file
17
app/routing/Middleware.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user