User Story
As a developer I want to have a registry of routes, so I can register new routes and their controllers with ease.
Description
none
Acceptance Criteria
- Provide a registry for routes and controllers
- Implement the registry pattern for being able to map routes to derived classes of the ControllerInterface
- (Find a solution how to deal with different HTTP methods)
User Story
As a developer I want to have a registry of routes, so I can register new routes and their controllers with ease.
Description
none
Acceptance Criteria