Initial Flitter Commit

This commit is contained in:
garrettmills
2020-04-16 15:38:01 -05:00
parent 49911f1bed
commit dbdaf775df
41 changed files with 3873 additions and 613 deletions

17
app/routing/Middleware.js Normal file
View 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