Closed gastrodon closed 4 years ago
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!
This was fixed
Before the rewrite, routes were sorted alphabetically, which as a natural consequence resulted in nested routes being followed, for instance
This was not added again because @gastrodon forgot and is lazy!