Skip to content
Snippets Groups Projects
Commit 42b2cb6b authored by Meysam Zandy's avatar Meysam Zandy
Browse files

add a comment for why there is no access restriction

parent e89de7f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ Api_v3.getNode:
defaults: { _controller: '\Drupal\clean_node_api\Controller\Node::getNode' }
methods: [GET]
requirements:
# there is no access restriction because this route just return public node values as GET method .
_access: 'TRUE'
formats:
- json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment