3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/ui/dashboard/farm_ui_dashboard.routing.yml
2021-09-09 14:27:31 -04:00

7 lines
217 B
YAML

farm.dashboard:
path: '/dashboard'
defaults:
_title: 'Dashboard'
_controller: '\Drupal\farm_ui_dashboard\Controller\DashboardController::dashboard'
requirements:
_permission: 'access farm dashboard'