Unlock this challenge:
Which command in the Symfony console displays a list of all routes in the application?
php bin/console debug:router
php bin/console show routes
php bin/console inspect routes
php bin/console list routes