Improve layout and coloring issues

This commit is contained in:
Jip Fr
2021-04-21 10:47:22 +02:00
parent 5f50fe4ed1
commit 45dcb975fd
6 changed files with 59 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ const routers = {
};
app.use('*', (req, res, next) => {
logger.info(`${req.method.toUpperCase()} ${req.path}`);
logger.info(`${req.method.toUpperCase()} ${req.path}${req.filepath}`);
next();
});