I'm moving from Pylons to Pyramid/Akhet, and I'm confused by the setup.
Is there any way to add a generic "controller/action" route with Akhet's add_handler
method?
(or even with the add_route
method in base Pyramid?)
The way I'm understanding it, it seems like I need to do a new add_handler()
call for every new controller I add.