Sort routes
Closed this issue · 1 comments
gastrodon commented
Before the rewrite, routes were sorted alphabetically, which as a natural consequence resulted in nested routes being followed, for instance
/foo/:
...
/foo/:some/:
...
/zag/:
...
This was not added again because @gastrodon forgot and is lazy!
gastrodon commented
This was fixed