chrisdavies/rlite

Routes with multiple parameters

glassw opened this issue · 1 comments

Routes such as "hey/:hello/:world" don't seem to be supported anymore in the newer versions. Looking at the source, it seems that the "rules" object in the "add" function only includes the first parameter ("hello" in the example).

Would be great if the latest version on bower includes this functionality again!

Good catch. I didn't have any unit tests around that scenario. Do now!