You are here

rest.routing.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/rest/rest.routing.yml
core/modules/rest/rest.routing.yml

File

core/modules/rest/rest.routing.yml
View source
  1. rest.csrftoken:
  2. path: '/rest/session/token'
  3. defaults:
  4. _controller: '\Drupal\rest\RequestHandler::csrfToken'
  5. requirements:
  6. _access: 'TRUE'