Hello,

Is there a way to register a valid routes inside module ?
Example:
request_route {
    ...
    route(ProgramRoute);
    ...
}

where ProgramRoute is registered inside external module.

Thanks!