Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_instructor_assignments_index | /app/instructor/assignments/ | Path does not match |
| 16 | app_instructor_assignments_new | /app/instructor/assignments/new | Path does not match |
| 17 | app_instructor_assignments_edit | /app/instructor/assignments/{id}/edit | Path does not match |
| 18 | app_instructor_assignments_delete | /app/instructor/assignments/{id} | Path does not match |
| 19 | app_instructor_assignment_submissions | /app/instructor/assignments/{id}/submissions | Path does not match |
| 20 | app_instructor_assignment_grade | /app/instructor/assignments/submissions/{submissionId}/grade | Path does not match |
| 21 | app_instructor_courses_index | /app/instructor/courses/ | Path does not match |
| 22 | app_instructor_courses_new | /app/instructor/courses/new | Path does not match |
| 23 | app_school_courses_approve | /app/instructor/courses/{id}/approve | Path does not match |
| 24 | app_school_courses_deny | /app/instructor/courses/{id}/deny | Path does not match |
| 25 | app_instructor_courses_show | /app/instructor/courses/{id}/view | Path does not match |
| 26 | app_instructor_courses_edit | /app/instructor/courses/{id}/edit | Path does not match |
| 27 | app_instructor_courses_delete | /app/instructor/courses/{id} | Path does not match |
| 28 | app_instructor_module_add | /app/instructor/courses/{id}/module/add | Path does not match |
| 29 | app_instructor_module_edit | /app/instructor/courses/module/{moduleId}/edit | Path does not match |
| 30 | app_instructor_lesson_add | /app/instructor/courses/module/{moduleId}/lesson/add | Path does not match |
| 31 | app_instructor_lesson_edit | /app/instructor/courses/lesson/{id}/edit | Path does not match |
| 32 | app_instructor_module_delete | /app/instructor/courses/module/{id}/delete | Path does not match |
| 33 | app_instructor_lesson_delete | /app/instructor/courses/lesson/{id}/delete | Path does not match |
| 34 | app_instructor_course_modules_new | /app/instructor/modules/new/{courseId} | Path does not match |
| 35 | app_instructor_course_modules_edit | /app/instructor/modules/{moduleId}/edit/{courseId} | Path does not match |
| 36 | app_instructor_course_modules_delete | /app/instructor/modules/{moduleId}/delete/{courseId} | Path does not match |
| 37 | app_instructor_course_modules_api | /app/instructor/modules/api/for-course | Path does not match |
| 38 | app_instructor_dashboard | /app/instructor/dashboard | Path does not match |
| 39 | app_instructor_feedback_index | /app/instructor/feedback/ | Path does not match |
| 40 | app_instructor_package_content_index | /app/instructor/packages/{id}/content/ | Path does not match |
| 41 | app_instructor_package_courses_new | /app/instructor/packages/{id}/content/courses/new | Path does not match |
| 42 | app_instructor_quizzes_index | /app/instructor/quizzes/ | Path does not match |
| 43 | app_instructor_quizzes_new | /app/instructor/quizzes/new | Path does not match |
| 44 | app_instructor_quizzes_edit | /app/instructor/quizzes/{id}/edit | Path does not match |
| 45 | app_instructor_quiz_questions_new | /app/instructor/quizzes/{quizId}/questions/new | Path does not match |
| 46 | app_instructor_quiz_questions_edit | /app/instructor/quizzes/{quizId}/questions/{questionId}/edit | Path does not match |
| 47 | app_instructor_quiz_questions_delete | /app/instructor/quizzes/{quizId}/questions/{questionId} | Path does not match |
| 48 | app_instructor_schedule_index | /app/instructor/schedule/ | Path does not match |
| 49 | app_instructor_schedule_new | /app/instructor/schedule/new | Path does not match |
| 50 | app_instructor_schedule_edit | /app/instructor/schedule/{id}/edit | Path does not match |
| 51 | app_instructor_schedule_delete | /app/instructor/schedule/{id} | Path does not match |
| 52 | app_instructor_students_index | /app/instructor/students/ | Path does not match |
| 53 | app_instructor_student_progress | /app/instructor/students/{id}/progress | Path does not match |
| 54 | app_student_join | /join/{code} | Path does not match |
| 55 | app_pricing | /pricing | Path does not match |
| 56 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.