2020-11-05 02:31:52 +00:00
|
|
|
const Middleware = require('flitter-auth/middleware/KeyAction')
|
|
|
|
|
|
|
|
/*
|
|
|
|
* KeyAction Middleware
|
|
|
|
* -------------------------------------------------------------
|
|
|
|
* Middleware for processing key actions.
|
2020-11-08 18:34:50 +00:00
|
|
|
*
|
|
|
|
* This file was automatically generated by the Flitter framework.
|
2020-11-05 02:31:52 +00:00
|
|
|
*/
|
|
|
|
class KeyAction extends Middleware {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = exports = KeyAction
|