I am currently working on a webapp in nodejs. I am using compoundjs over express framework.
How can i put a 404 page just using the routes.js? There is no proper documentation to do so.
I just want to handle unavailable controller actions. Which I am not able to.
Thanks in advance.
Details are in the Express examples: