You are here

oauth2_server_test.routing.yml in OAuth2 Server 8

Same filename and directory in other branches
  1. 2.0.x tests/modules/oauth2_server_test/oauth2_server_test.routing.yml
tests/modules/oauth2_server_test/oauth2_server_test.routing.yml

File

tests/modules/oauth2_server_test/oauth2_server_test.routing.yml
View source
  1. oauth2_server_test.resource:
  2. path: '/oauth2_test/resource/{oauth2_server_scope}'
  3. defaults:
  4. _controller: 'Drupal\oauth2_server_test\Controller\ResourceController::test'
  5. requirements:
  6. _permission: 'use oauth2 server'