Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
9
web/core/modules/views/views.routing.yml
Normal file
9
web/core/modules/views/views.routing.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
views.ajax:
|
||||
path: '/views/ajax'
|
||||
defaults:
|
||||
_controller: '\Drupal\views\Controller\ViewAjaxController::ajaxView'
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
route_callbacks:
|
||||
- 'views.route_subscriber:routes'
|
Reference in a new issue