You are here

xmlrpc.routing.yml in xmlrpc 8

File

xmlrpc.routing.yml
View source
  1. xmlrpc:
  2. path: '/xmlrpc'
  3. defaults:
  4. _controller: '\Drupal\xmlrpc\Controller\XmlrpcController::php'
  5. requirements:
  6. # XML-RPC is by design open to the world, and using its own access control.
  7. _access: 'TRUE'