Backup of db before drupal security update
[yaffs-website] / web / core / modules / big_pipe / big_pipe.routing.yml
1 big_pipe.nojs:
2   path: '/big_pipe/no-js'
3   defaults:
4     _controller: '\Drupal\big_pipe\Controller\BigPipeController:setNoJsCookie'
5     _title: 'BigPipe no-JS check'
6   options:
7     no_cache: TRUE
8   requirements:
9     _access: 'TRUE'