27 lines
822 B
YAML
27 lines
822 B
YAML
related_ror.time:
|
|
path: '/related/time.json'
|
|
defaults:
|
|
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTime'
|
|
_title: 'Get near-in-time articles'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|
|
related_ror.trx:
|
|
path: '/related/trx.json'
|
|
defaults:
|
|
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTrx'
|
|
_title: 'Post from the same show'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|
|
related_ror.topic:
|
|
path: '/related/topic.json'
|
|
defaults:
|
|
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTopic'
|
|
_title: 'Posts with similar topic'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|