When trying to, let's say, make a route for a thread (threads/vote.123) to vote/, I was hoping that the slash wouldn't be required, so example.com/vote would still forward to the specified route.
Is the slash required, or is there any way to make routing work without the slash?
Is the slash required, or is there any way to make routing work without the slash?