Unlock this challenge:
How can you list all the registered routes in your application using the console?
php bin/console debug:routes
php bin/console debug:router
php bin/console router:show
php bin/console routes:list