You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
543 B
16 lines
543 B
api_humhub_pleiade.settings:
|
|
path: '/admin/config/api_humhub_pleiade/settings'
|
|
defaults:
|
|
_form: '\Drupal\api_humhub_pleiade\Form\HumHubapiFieldsConfig'
|
|
_title: 'API HumHub Pléiade Settings'
|
|
requirements:
|
|
_permission: 'administer site configuration'
|
|
|
|
api_humhub_pleiade.humhub_query:
|
|
path: '/v1/api_humhub_pleiade/humhub_query'
|
|
defaults:
|
|
_controller: '\Drupal\api_humhub_pleiade\Controller\humHubController::humhub_query'
|
|
_title: 'HmHb Query'
|
|
_format: json
|
|
requirements:
|
|
_access: 'TRUE'
|
|
|