materio-d9/web/modules/custom/materio_home/materio_home.routing.yml

8 lines
227 B
YAML

materio_home.ajax_home:
path: 'materio_home/ajax/gethome'
defaults:
_controller: '\Drupal\materio_home\Controller\AjaxHomeController::getHome'
_title: 'ajaxGetHome'
requirements:
_permission: 'access content'