You are here

antibot.routing.yml in Antibot 8

File

antibot.routing.yml
View source
  1. antibot.settings:
  2. path: '/admin/config/user-interface/antibot'
  3. defaults:
  4. _form: '\Drupal\antibot\Form\AntibotSettings'
  5. _title: 'Antibot settings'
  6. requirements:
  7. _permission: 'administer antibot configuration'
  8. options:
  9. _admin_route: TRUE
  10. antibot.antibot:
  11. path: '/antibot'
  12. defaults:
  13. _controller: '\Drupal\antibot\Controller\AntibotPage::page'
  14. _title: 'Submission failed'
  15. requirements:
  16. _access: 'TRUE'