I use express in my nodejs server application. When there's an URL request of "www.myapplication.com/helloword/" coming in, how can I automatically strip out the last forward slash in order to serve "www.myapplication.com/helloword"?I use express in my nodejs server application.