You are here

data_stream.routing.yml in farmOS 2.x

modules/core/data_stream/data_stream.routing.yml

File

modules/core/data_stream/data_stream.routing.yml
View source
  1. data_stream.data:
  2. path: '/api/data_stream/{uuid}/data'
  3. defaults:
  4. _controller: '\Drupal\data_stream\Controller\DataStreamController::dataStream'
  5. requirements:
  6. # There is no access restriction to this endpoint.
  7. _access: 'TRUE'