You are here

robotstxt_test.routing.yml in RobotsTxt 8

tests/modules/robotstxt_test/robotstxt_test.routing.yml

File

tests/modules/robotstxt_test/robotstxt_test.routing.yml
View source
  1. robotstxt_test.content:
  2. path: 'robots-test.txt'
  3. defaults:
  4. _controller: '\Drupal\robotstxt\Controller\RobotsTxtController::content'
  5. requirements:
  6. # The robots-text.txt page should be opened for all.
  7. _access: 'TRUE'