Javascript – Why would my parent route in express not pass down the req.params object to its child route?
I'm building an express application that has a users table in its database and a friends table. The point of the friends table is to be a many-to-many table that keeps track of friend requests between users. Since friends are…