Relative Content

Tag Archive for node.jsexpressroutes

Express unable to route to 404 using wildcard *

I am using express and i want to redirect to 404 when the page is not found. Somehow it is always routing to /dashboard when I insert the invalid URL in browser. Not sure How to add the check fusing wildcard operation
I have tried *, /**, /*