dev/endpoints/endpoint_post_AAAAA/dotsoft.routing.yml
2024-01-16 09:54:33 +02:00

8 lines
178 B
YAML

endpoint_post.PPPPP:
path: 'api/post/PPPPP'
defaults:
_controller: 'Drupal\dotsoft\Controller\PostController::post'
methods: [POST]
requirements:
_access: 'TRUE'