mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-22 00:27:13 -05:00
Oops — fix logger
This commit is contained in:
@@ -13,7 +13,7 @@ const routers = {
|
||||
};
|
||||
|
||||
app.use('*', (req, res, next) => {
|
||||
logger.info(`${req.method.toUpperCase()} ${req.path}${req.filepath}`);
|
||||
logger.info(`${req.method.toUpperCase()} ${req.originalUrl}`);
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user