Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit b488a31

Browse files
committed
add: the mock module
1 parent acca058 commit b488a31

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

mock/.gitkeep

Whitespace-only changes.

mock/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var defaultRoutes = require('febone-kit/lib/default-routes');
2+
3+
module.exports = (app, opts) => {
4+
app.push(($) => {
5+
return $.next();
6+
});
7+
8+
defaultRoutes(app, opts);
9+
};

0 commit comments

Comments
 (0)