tsndr / cloudflare-worker-router

A super lightweight router (1.0K) with middleware support and ZERO dependencies for Cloudflare Workers.
MIT License
227 stars 30 forks source link

add group to support nested route #33

Closed dgzhuya closed 9 months ago

dgzhuya commented 10 months ago

I discovered that this router does not support nested route, so I added it to help us achieve composite routing. I also included example instructions.