You are here

tacjs_log.routing.yml in TacJS 8.6

tacjs_log/tacjs_log.routing.yml

File

tacjs_log/tacjs_log.routing.yml
View source
  1. tacjs_log.report:
  2. path: '/reports/tacjslog/{service}'
  3. defaults:
  4. _controller: 'Drupal\tacjs_log\Controller\LogController::report'
  5. requirements:
  6. _permission: 'access content'
  7. tacjs_log.overview:
  8. path: '/admin/config/system/tacjs/overview'
  9. defaults:
  10. _controller: 'Drupal\tacjs_log\Controller\LogController::overview'
  11. requirements:
  12. _permission: 'administer tacjs'