riot / route

Simple isomorphic router
MIT License
212 stars 40 forks source link

RegEx fix #115

Closed ggergo74 closed 6 years ago

ggergo74 commented 6 years ago

The regEx does not work well, if there is one route parameter and then the query string follows. In such cases currently only the first character of the route parameter is returned.

GianlucaGuarini commented 6 years ago

thank you