There have been some middleware changes on the new version of express and I have made some changes in my code around some of the other posts on this issue but I can\'t get a
In my case i wasn't exporting the module. module.exports = router;
module.exports = router;