chamilo.yaml 539 B

1234567891011121314151617181920
  1. chamilo_course:
  2. resource: "@ChamiloCourseBundle/Resources/config/routing.yml"
  3. prefix: /
  4. chamilo_contact:
  5. resource: "@ChamiloContactBundle/Resources/config/routing.yml"
  6. prefix: /contact
  7. chamilo_installer:
  8. resource: "@ChamiloInstallerBundle/Resources/config/routing.yml"
  9. # Always at the end
  10. core_bundle:
  11. resource: "@ChamiloCoreBundle/Resources/config/routing.yml"
  12. page_bundle:
  13. resource: "@ChamiloPageBundle/Resources/config/routing.yml"
  14. faq:
  15. resource: "@ChamiloFaqBundle/Resources/config/routing.yml"