diff --git a/packages/app-schema-router/index.js b/packages/app-schema-router/index.js index d5abcf57b..8a2ce99d6 100644 --- a/packages/app-schema-router/index.js +++ b/packages/app-schema-router/index.js @@ -23,7 +23,7 @@ class SchemaRouterApp { (req, res, next) => { req.routerId = this.routerFn(req, res); next(); - }, + }, ...conditionalApps ]); }