So it looks like its the "-" causing the route not to work....
from the source i can see the regex used to match parameter names is as follows >>> :([\w\.]+)
is there any reason it's not >>> :([\w\.\-]+) .... ?
from the source i can see the regex used to match parameter names is as follows >>> :([\w\.]+)
is there any reason it's not >>> :([\w\.\-]+) .... ?