Skip to content
Snippets Groups Projects

#3417511: Fix errors reported by eslint on the Stream Wrapper example module.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -36,6 +36,7 @@ stream_wrapper_example.files.session:
_controller: '\Drupal\system\FileDownloadController::download'
scheme: session
requirements:
# Permissive regex to allow slashes in filepath see
# http://symfony.com/doc/current/cookbook/routing/slash_in_parameter.html
filepath: .+
Loading