You are here

zoomapi.routing.yml in Zoom API 2.0.x

Same filename and directory in other branches
  1. 8 zoomapi.routing.yml

File

zoomapi.routing.yml
View source
  1. zoomapi.settings:
  2. path: '/admin/config/zoomapi'
  3. defaults:
  4. _form: '\Drupal\zoomapi\Form\ConfigForm'
  5. _title: 'Zoom API Settings'
  6. requirements:
  7. _permission: 'administer zoom api'
  8. zoomapi.webhooks:
  9. path: '/zoomapi-webhooks'
  10. defaults:
  11. _controller: '\Drupal\zoomapi\Controller\ZoomApiWebhooksController::capture'
  12. _title: 'Zoom API Webhooks Controller'
  13. methods: [POST]
  14. requirements:
  15. _custom_access: '\Drupal\zoomapi\Controller\ZoomApiWebhooksController::authorize'
  16. options:
  17. no_cache: 'TRUE'