Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / history / history.routing.yml
1 history.get_last_node_view:
2   path: '/history/get_node_read_timestamps'
3   defaults:
4     _controller: '\Drupal\history\Controller\HistoryController::getNodeReadTimestamps'
5   requirements:
6     _permission: 'access content'
7
8 history.read_node:
9   path: '/history/{node}/read'
10   defaults:
11     _controller: '\Drupal\history\Controller\HistoryController::readNode'
12   requirements:
13     _entity_access: 'node.view'
14     node: \d+