Skip to content

Commit 44e4fe4

Browse files
committed
.
1 parent a942483 commit 44e4fe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/basePath.unit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let event = {
1818
}
1919

2020
api.use(function (req, res, next) {
21-
console.log('HELLO FROM MIDDLEWARE')
2221
req.testMiddleware = "123";
2322
next();
2423
});

0 commit comments

Comments
 (0)