Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | canvas_oauth_start | /auth/canvas | Path does not match |
| 17 | canvas_oauth_callback | /users/auth/canvas/callback | Path does not match |
| 18 | canvas_oauth_disconnect | /auth/canvas/disconnect | Path does not match |
| 19 | app_courses | /cursos | Path does not match |
| 20 | app_course_show | /cursos/{id} | Path does not match |
| 21 | api_courses | /api/cursos | Path does not match |
| 22 | api_course_show | /api/cursos/{id} | Path does not match |
| 23 | api_course_evidence_process | /api/cursos/{id}/evidence-process | Path does not match |
| 24 | api_course_student_groups | /api/cursos/{id}/student-groups | Path does not match |
| 25 | api_course_outcomes | /api/cursos/{id}/outcomes | Path does not match |
| 26 | api_course_local_groups | /api/cursos/{id}/local-groups | Path does not match |
| 27 | api_course_create_local_group | /api/cursos/{id}/local-groups | Path does not match |
| 28 | api_course_delete_local_group | /api/cursos/{courseId}/local-groups/{groupId} | Path does not match |
| 29 | api_course_add_local_group_member | /api/cursos/{courseId}/local-groups/{groupId}/members | Path does not match |
| 30 | api_course_remove_local_group_member | /api/cursos/{courseId}/local-groups/members/{memberId} | Path does not match |
| 31 | api_course_import_local_groups_excel | /api/cursos/{id}/local-groups/import-excel | Path does not match |
| 32 | api_course_sync_local_groups | /api/cursos/{id}/local-groups/sync | Path does not match |
| 33 | app_course_create_group_category | /cursos/{id}/create-group-category | Path does not match |
| 34 | app_course_create_rubric | /cursos/{id}/create-rubric | Path does not match |
| 35 | app_course_create_assignment | /cursos/{id}/create-assignment | Path does not match |
| 36 | app_course_preview_groups | /cursos/{id}/preview-groups | Path does not match |
| 37 | app_course_import_groups | /cursos/{id}/import-groups | Path does not match |
| 38 | app_course_assign_student | /cursos/{id}/assign-student-to-group | Path does not match |
| 39 | app_api_course_groups | /api/courses/{id}/groups | Path does not match |
| 40 | app_course_evidence_groups | /cursos/{id}/evidence-groups | Path does not match |
| 41 | app_course_upload_evidence | /cursos/{id}/grupos/{groupId}/upload-evidence | Path does not match |
| 42 | api_course_local_evidence | /api/cursos/{id}/grupos/{groupId}/local-evidence | Path does not match |
| 43 | api_course_sync_evidence | /api/cursos/{id}/sync-evidence | Path does not match |
| 44 | app_course_delete_file | /cursos/{id}/grupos/{groupId}/delete-file/{fileId} | Path does not match |
| 45 | app_course_upload_syllabus | /cursos/{id}/upload-syllabus-file | Path does not match |
| 46 | api_course_local_syllabus | /api/cursos/{id}/local-syllabus | Path does not match |
| 47 | api_course_sync_syllabus | /api/cursos/{id}/sync-syllabus | Path does not match |
| 48 | api_delete_local_file | /api/local-files/{id} | Path does not match |
| 49 | api_canvas_test_token | /api/canvas/test-token | Path does not match |
| 50 | api_environment_info | /api/environment | Path does not match |
| 51 | app_course_preview_grades | /cursos/{id}/preview-grades | Path does not match |
| 52 | app_course_import_grades | /cursos/{id}/import-grades | Path does not match |
| 53 | app_debug_canvas_config | /debug/canvas-config | Path does not match |
| 54 | app_debug_canvas_config_save | /debug/canvas-config | Path does not match |
| 55 | app_debug_canvas_config_clear | /debug/canvas-config/clear | Path does not match |
| 56 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.