Not sure if there is a solution in the route, but if not you could use an
isNumeric()
to determine what type the value is
a
aaronstoddard
10/07/2022, 6:12 PM
I was able to fudge it by simply adding a "/" to the end of the route name attribute, and then it seems to work but I anticipate this isn't the cleanest way to do it. I also looked at grouping and namespaces but wasn't able to get those to work.