You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to send something descriptive like:
Page Not Found
exports.clientError=(req,res)=>{res.status(404).send('Page Not Found');};exports.serverError=(err,req,res,next)=>{res.status(500).send('Internal Server Error');};
The text was updated successfully, but these errors were encountered:
https://github.com/GSG-G7/project5/blob/93ec7f3156141cfc4301f7b8c0a9c2aced529b84/src/controllers/error.js#L1-L14
Page Not Found
The text was updated successfully, but these errors were encountered: