18 lines
530 B
YAML
18 lines
530 B
YAML
podcast_ror.all:
|
|
path: '/podcast/all.xml'
|
|
defaults:
|
|
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastAll'
|
|
_title: 'Global podcast'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|
|
podcast_ror.any:
|
|
path: '/podcast/{ctype}.xml'
|
|
defaults:
|
|
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastAny'
|
|
_title: 'Podcast for any type'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|