Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app.use applies to all requests that match a given path, including requests to subpaths. This results in redirects for URLs that are incorrect, including `/short-url/unwanted/path`. Correct this by specifying that only GETs to short URL paths should be handled.
- Loading branch information