This wil create all the routes except the given options. ## Api ```js router.resource("/test", require('./controller'), { "except": ['index', 'show'] }) ```
This wil create all the routes except the given options.
Api