Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / woot.routing.yml
1
2 woot.woot_controller_woot:
3   path: '/woot'
4   defaults:
5     _controller: '\Drupal\woot\Controller\WootController::woot'
6     _title: 'Woot'
7   requirements:
8     _permission: 'access content'