ukayani / restify-router

A router interface for restify that lets you aggregate route definitions and apply to a restify server
MIT License
52 stars 15 forks source link

merge router in other router #7

Open Steinweber opened 7 years ago

Steinweber commented 7 years ago

For better (less code) version and routing management: Gist

If you do this, u can add a router.clone() or router.copy() thats return self?

router.clone() Gist

ukayani commented 7 years ago

Thanks. I'll look into getting this implemented.