We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731cd2 commit 205a6f6Copy full SHA for 205a6f6
src/index.js
@@ -28,6 +28,7 @@ module.exports.mountRoutes = function (app,
28
filter = module.exports.DEFAULT_FILTER) {
29
assert(app, 'app parameter is null or undefined');
30
const routes = routeScanner.scanRoutes(rootDir, basePath, filter);
31
+
32
routes.forEach(route => {
33
app.use(route.path, require(route.src));
34
});
0 commit comments