matthiaaas / express-file-routing

Flexible file-based routing for Express (like Next.js + additional features)
https://www.npmjs.com/package/express-file-routing
MIT License
85 stars 13 forks source link

Dynamic params for folder #8

Closed Rysakov1986 closed 3 years ago

Rysakov1986 commented 3 years ago

Hello! Please add dynamic params for folder.

├── app.ts
├── routes
    ├── index.ts
    ├── :posts // dynamic params
        ├── index.ts
        └── :id.ts
    └── users.ts
└── package.json

Thanks!

matthiaaas commented 3 years ago

hey @Rysakov1986, isn't this supported already? If not, feel free to reopen the issue. Maybe there's a note missing in the docs? What do you think?

Rysakov1986 commented 3 years ago

I think I can answer this question when, after adding Windows support))