routing.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. #chamilo_theme:
  2. # resource: "@ChamiloThemeBundle/Controller/"
  3. # type: annotation
  4. # prefix: /
  5. chamilo_course:
  6. resource: "@ChamiloCourseBundle/Resources/config/routing.yml"
  7. prefix: /
  8. _courses:
  9. resource: routing_courses.yml
  10. _front:
  11. resource: routing_front.yml
  12. _admin:
  13. resource: routing_admin.yml
  14. prefix: /administration
  15. _api:
  16. resource: routing_api.yml
  17. prefix: /api
  18. fos_message:
  19. resource: "@FOSMessageBundle/Resources/config/routing.xml"
  20. prefix: /messages
  21. fos_comment_api:
  22. type: rest
  23. resource: "@FOSCommentBundle/Resources/config/routing.yml"
  24. prefix: /api
  25. defaults: { _format: html }
  26. chamilo_admin_all_notifications:
  27. path: /notifications/
  28. chamilo_admin_show_notification:
  29. path: /notifications/{notifyid}/
  30. chamilo_admin_all_tasks:
  31. path: /tasks/
  32. chamilo_admin_show_task:
  33. path: /tasks/{taskid}
  34. liip_theme:
  35. resource: "@LiipThemeBundle/Resources/config/routing.xml"
  36. prefix: /theme
  37. home:
  38. path: /
  39. login:
  40. path: /login
  41. logout:
  42. path: /logout
  43. admin_dashboard:
  44. path: /administration/dashboard
  45. login_check:
  46. path: /administration/login_check
  47. chamilo_installer:
  48. resource: "@ChamiloInstallerBundle/Resources/config/routing.yml"
  49. thrace_data_grid:
  50. resource: "@ThraceDataGridBundle/Resources/config/routing.xml"
  51. prefix: /
  52. fos_js_routing:
  53. resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
  54. # Always at the end
  55. core_bundle:
  56. resource: "@ChamiloCoreBundle/Resources/config/routing.yml"