You are here

apigee_edge_test.routing.yml in Apigee Edge 8

tests/modules/apigee_edge_test/apigee_edge_test.routing.yml

File

tests/modules/apigee_edge_test/apigee_edge_test.routing.yml
View source
  1. apigee_edge_test.entity_storage_exception:
  2. path: '/exception/entity-storage'
  3. defaults:
  4. _controller: '\Drupal\apigee_edge_test\Controller\ExceptionController::entityStorage'
  5. requirements:
  6. _access: 'TRUE'
  7. apigee_edge_test.api_exception:
  8. path: '/exception/api'
  9. defaults:
  10. _controller: '\Drupal\apigee_edge_test\Controller\ExceptionController::api'
  11. requirements:
  12. _access: 'TRUE'