riot / route

Simple isomorphic router
MIT License
212 stars 40 forks source link

Riot Router wildcard * not working #91

Closed Miss-Git closed 7 years ago

Miss-Git commented 7 years ago

Hello I am testing a simple code:

route('/test/*', function (tst) { console.log(tst); });

When I route to mydomain/test/sth

It gives so many irrelevant errors. Seems like it has problem with " * ".

What should I do?

TNX


P.S 1: The problem is with more than one level URL in route not the star wildcard

GianlucaGuarini commented 7 years ago

sorry provide a live example we could test, your issue description is not enough.