Guest User

Untitled

a guest
Nov 27th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. my_module.rest_services:
  2. path: '/service/{endpoint}'
  3. defaults:
  4. _controller: 'Drupalmy_moduleControllerProxyController::index'
  5. methods: [GET, POST, PUT, DELETE]
  6. requirements:
  7. _access: 'TRUE'
Add Comment
Please, Sign In to add comment