Hello,<br><br>Is there a way to register a valid routes inside module ?<br>Example:<br>request_route {<br>    ...<br>    route(ProgramRoute);<br>    ...<br>}<br><br>where ProgramRoute is registered inside external module.<br>

<br>Thanks!<br>