BackendStack21 / restana

Restana is a lightweight and fast Node.js framework for building RESTful APIs.
MIT License
467 stars 27 forks source link

Implemented arrays as route paths #95

Closed schamberg97 closed 4 years ago

schamberg97 commented 4 years ago

Not perfect, but does the trick. Also wrote new tests, "privet" ("привет") is Russian for hello 😅

jkyberneees commented 4 years ago

Hi @schamberg97 , thanks for pushing this new feature forward. I will merge this PR as is. Although I will do some further refactoring to support nested routers. This feature will be included in next release. 👏

Closes https://github.com/jkyberneees/ana/issues/94