summaryrefslogtreecommitdiff
path: root/modules/bhavika/clubs/clubs.routing.yml
blob: 456e2b6585dd232d8918d831a8b0c61d3768f262 (plain)
1
2
3
4
5
6
7
8

welcome.welcome_controller_welcome:
  path: '/welcome'
  defaults:
    _controller: '\Drupal\welcome\Controller\WelcomeController::welcome'
    _title: 'WelcomeController'
  requirements:
    _permission: 'access content'