Skip to content

Commit 205a6f6

Browse files
committed
fix: trigger new version
1 parent f731cd2 commit 205a6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports.mountRoutes = function (app,
2828
filter = module.exports.DEFAULT_FILTER) {
2929
assert(app, 'app parameter is null or undefined');
3030
const routes = routeScanner.scanRoutes(rootDir, basePath, filter);
31+
3132
routes.forEach(route => {
3233
app.use(route.path, require(route.src));
3334
});

0 commit comments

Comments
 (0)