ZijianHe / koa-router

Router middleware for koa.
MIT License
4.85k stars 408 forks source link

Lack of group functionality like that in laravel #515

Open fangcaiquan opened 5 years ago

fangcaiquan commented 5 years ago

I want to use multiple middleware for the same group of routes. How do I use it? I think laravel middleware is better for this.