I want to register urls of the format:
“base/*”
“base/*/*”
“base/*/*/constant1”
“base/*/*/constant1/*”
“base/*/*/constant2”
“base/*/*/constant2/*”
This seemed to work for a while, but after adding a few more routes it seems the routing is getting mixed-up somehow… What exactly does “*” represent? Is it not strictly a non-/ part of a path?