Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / controller / routing.yml
1 app_homepage:
2     path: /
3     controller: AppBundle:Homepage:show
4
5 app_blog:
6     path: /blog
7     defaults:
8         _controller: AppBundle:Blog:list
9
10 app_logout:
11     path: /logout