reinstalled all contribs with composer
need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# @Author: Bachir Soussi Chiadmi <bach>
|
||||
# @Date: 13-12-2017
|
||||
# @Email: bachir@figureslibres.io
|
||||
# @Filename: edlp_corpus.routing.yml
|
||||
# @Last modified by: bach
|
||||
# @Last modified time: 20-12-2017
|
||||
# @License: GPL-V3
|
||||
|
||||
edlp_fils.fils:
|
||||
path: '/fils'
|
||||
defaults:
|
||||
_controller: '\Drupal\edlp_fils\Controller\FilsController::fils'
|
||||
_title: 'Fils'
|
||||
requirements:
|
||||
_permission: 'access content'
|
||||
|
||||
edlp_fils.filsajax:
|
||||
path: '/fils/ajax'
|
||||
defaults:
|
||||
_controller: '\Drupal\edlp_fils\Controller\FilsController::filsjson'
|
||||
_title: 'Fils'
|
||||
requirements:
|
||||
_permission: 'access content'
|
||||
Reference in New Issue
Block a user