If a static asset path has a name that collides with a route (e.g. ..../assets/blog/ and route /blog), it will cause express to always redirect to a trailing slash.
The dependency on express' static asset handler should be dropped and a custom middleware should be built.
If a static asset path has a name that collides with a route (e.g. ..../assets/blog/ and route /blog), it will cause express to always redirect to a trailing slash.
The dependency on express' static asset handler should be dropped and a custom middleware should be built.