Skip to content
Unverified Commit edc1c77d authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Do not create a RouteActionHandler object for each route



This is not required and doesn't allow us to be properly lazy. On top of
it this doesnt allow us to cache the routes (since closures/objects
can't be cached).

This is the first small step into cleaning up the routing we have

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent cd7a6276
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment