You are here

health_check.routing.yml in Health check 8

File

health_check.routing.yml
View source
  1. health_check.content:
  2. path: '/health'
  3. defaults:
  4. _controller: '\Drupal\health_check\Controller\HealthController::content'
  5. _disable_route_normalizer: 'TRUE'
  6. requirements:
  7. _access: 'TRUE'
  8. options:
  9. _maintenance_access: TRUE
  10. no_cache: TRUE