@@ -128,7 +128,9 @@ async function send404(req, res) {
constapp=express();
app.use((req,res,next)=>{
if(dev=="true")console.log(req);
if(dev=="true"){
console.log(`got a req to ${req.path}?${req.query} with a body of ${req.body}`);
}
next();
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.