Iago Bruno
Iago Bruno
You can also create a high order function, like this: ```ts // ./middlewares/logMethod.js export default function(callback) { return (req, res) => { console.log('Request method:', req.method) callback(req, res); } } //...
I searched in the docs before open this issue but did not find this information 😓. It would be relevant to show this. Wait a minute...
Yes, much better than [the other solution](https://github.com/remoteinterview/zero/issues/64#issuecomment-512518724) I used in another project.
I tried to use the "gulp" command in the tools folder and it worked, BUT I did not find the '/build' folder that was to be generated with the final...