gastrodon / persim

A tool for generating HTTP/REST docs in Markdown from Yaml
GNU Affero General Public License v3.0
1 stars 0 forks source link

Sort routes #5

Closed gastrodon closed 4 years ago

gastrodon commented 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!

gastrodon commented 4 years ago

This was fixed