combineRoutes
Combines routing for different Effects, prefixed with path passed as a first argument.
Importing
Type declaration
Parameters
parameter | definition |
path |
|
configOrEffects |
|
RouteCombinerConfig
parameter | definition |
effects |
|
middlewares | <optional> |
Returns
Factorized RouteEffectGroup
object.
Example
Last updated