Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/app/config/routing.yml

61 lines
1.2 KiB

chamilo_course:
resource: "@ChamiloCourseBundle/Resources/config/routing.yml"
prefix: /
_courses:
resource: routing_courses.yml
_front:
resource: routing_front.yml
_admin:
resource: routing_admin.yml
prefix: /administration
_api:
resource: routing_api.yml
prefix: /api
fos_message:
resource: "@FOSMessageBundle/Resources/config/routing.xml"
prefix: /messages
fos_comment_api:
type: rest
resource: "@FOSCommentBundle/Resources/config/routing.yml"
prefix: /api
defaults: { _format: html }
avanzu_admin_profile:
path: /profile
avanzu_admin_all_messages:
path: /messages/
avanzu_admin_show_message:
path: /messages/{messageid}
avanzu_admin_all_notifications:
path: /notifications/
avanzu_admin_show_notification:
path: /notifications/{notifyid}/
avanzu_admin_all_tasks:
path: /tasks/
avanzu_admin_show_task:
path: /tasks/{taskid}
avanzu_admin_logout:
path: /logout
home:
path: /
logout:
path: /logout
login_check:
path: /administration/login_check
chamilo_installer:
resource: "@ChamiloInstallerBundle/Resources/config/routing.yml"
# Always at the end
core_bundle:
resource: "@ChamiloCoreBundle/Resources/config/routing.yml"