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 a942483 commit 44e4fe4Copy full SHA for 44e4fe4
__tests__/basePath.unit.js
@@ -18,7 +18,6 @@ let event = {
18
}
19
20
api.use(function (req, res, next) {
21
- console.log('HELLO FROM MIDDLEWARE')
22
req.testMiddleware = "123";
23
next();
24
});
0 commit comments