app.get('*', FUNCTION(REQ, RES){ res.send('what???', 404);});
app.get('*', function(req, res){ res.send('what???', 404);});
Your experience on this site will be improved by allowing cookies. Read Cookie Policy