F3 routing list

Since I have routing rules spread across different config files (one for each application module) I needed to have a single list of all endpoints in my REST server. Something similar to what we can get by running debug:router on a Symfony console. Here is the sniplet to achieve that.