mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
.
This commit is contained in:
@@ -34,7 +34,7 @@ app.use((req, res, next) => {
|
|||||||
res.status(403).json({ error: 'token not valid' });
|
res.status(403).json({ error: 'token not valid' });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(req.path, req.body);
|
console.log(req.path);
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user