MohamedBeydoun / atlas

An express-typescript code generator
Apache License 2.0
6 stars 0 forks source link

Routes not properly generated in certain examples #34

Closed ValerianClerc closed 4 years ago

ValerianClerc commented 4 years ago

Routes not properly generated in certain examples (such as when they share a common starting substring?)

atlas generate router datum -r get="/test",get="/test/id/"
ValerianClerc commented 4 years ago

Because of map (they have the same key)