You are here

file_url.routing.yml in File URL 8

Same filename and directory in other branches
  1. 2.0.x file_url.routing.yml

File

file_url.routing.yml
View source
  1. file_url.dereference:
  2. path: '/file-dereference/{file}'
  3. defaults:
  4. _controller: '\Drupal\file_url\Controller\FileUrlRedirect::redirectToFile'
  5. requirements:
  6. _access: 'TRUE'