Files
edlp_d8/web/modules/custom/edlp_agenda/edlp_agenda.routing.yml
T
bachir 9da6cf9927 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
2019-04-30 19:27:47 +02:00

24 lines
622 B
YAML

# @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_agenda.agenda:
path: '/agenda'
defaults:
_controller: '\Drupal\edlp_agenda\Controller\AgendaController::agenda'
_title: 'Agenda'
requirements:
_permission: 'access content'
edlp_agenda.agendaajax:
path: '/agenda/ajax'
defaults:
_controller: '\Drupal\edlp_agenda\Controller\AgendaController::agendajson'
_title: 'Agenda'
requirements:
_permission: 'access content'