Express.js app adding an extra slash to the request url – Apache
I am running an express.js web app on an Apache2 server. Right now, the app is pretty basic, and all I'm trying to do is print the request URL to the console. For example, when I access https://subdomain.example.com/node/something in my…