Enable middlewares
- Source:
- appFeatures/middlewares.js
Members
-
<static> type :string
-
This feature is loaded at plugin stage
Type:
- string
- Source:
- appFeatures/middlewares.js
Methods
-
<static> load_(app, middlewares)
-
Load the feature
Parameters:
Name Type Description app
Routable The app module object
middlewares
* Middlewares and options
- Source:
- appFeatures/middlewares.js
Returns:
- Type
- Promise.<*>