mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-06 02:10:41 -05:00
Oops — fix logger
This commit is contained in:
parent
45dcb975fd
commit
f248aeed1c
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user