Backup of db before drupal security update
[yaffs-website] / web / core / modules / taxonomy / tests / modules / vocabulary_serialization_test / vocabulary_serialization_test.routing.yml
1 vocabulary_serialization_test:
2   path: '/vocabulary_serialization_test/{taxonomy_vocabulary}'
3   defaults:
4     _controller: 'Drupal\vocabulary_serialization_test\VocabularySerializationTestController::vocabularyResponse'
5   requirements:
6     _access: 'TRUE'