F3 routing list
30 Nov 2016Since 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.