You are here

trusted_hosts_test.routing.yml in Zircon Profile 8.0

core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml

File

core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml
View source
  1. trusted_hosts_test.fake_request:
  2. path: '/trusted-hosts-test/fake-request'
  3. defaults:
  4. _controller: 'Drupal\trusted_hosts_test\Controller\TrustedHostsTestController::fakeRequestHost'
  5. requirements:
  6. _access: 'TRUE'