Router use private properties which disable any route listing
smalot opened this issue · 2 comments
smalot commented
I'm looking for exposing all available routes for debug purpose or may be to create a swagger file.
Because route collection is a private property, I'm not able to override the Router class to handle it.
Can you change property scope for "protected" ?
smalot commented
Could you too create an interface for the Router
? Based on the fact that it can be overriden using depndency injection.
dkraczkowski commented