Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | courses_index | /courses | Path does not match |
| 2 | courses_add | /courses/add | Path does not match |
| 3 | courses_show | /courses/show/{id} | Path does not match |
| 4 | courses_delete | /courses/delete/{id} | Path does not match |
| 5 | courses_add_students | /courses/students/add/{id} | Path does not match |
| 6 | courses_import_students | /courses/students/add/{id}/import | Path does not match |
| 7 | courses_show_students | /courses/students/show/{id} | Path does not match |
| 8 | courses_edit | /courses/edit/{id} | Path does not match |
| 9 | courses_export | /courses/export/{id} | Path does not match |
| 10 | courses_export_download | /courses/download/export/ | Path does not match |
| 11 | group_allocations_csv_file | /courses/group_allocations_csv/download | Path does not match |
| 12 | tutors_csv_file | /courses/tutors_csv/download | Path does not match |
| 13 | home | / | Path does not match |
| 14 | impressum | /impressum | Path does not match |
| 15 | json_tutor_index | /json/job/tutor | Path does not match |
| 16 | json_lecturer_index | /json/job/lecturer | Path does not match |
| 17 | json_student_index | /json/job/student | Path does not match |
| 18 | json_tutor_add | /json/job/tutor/add | Path does not match |
| 19 | json_student_show | /json/student/show | Path does not match |
| 20 | json_student_delete | /json/student/delete | Path does not match |
| 21 | json_tutor_import | /json/tutor/import | Path does not match |
| 22 | json_tutor_new | /json/tutor/add | Path does not match |
| 23 | json_user_index | /json/user | Path does not match |
| 24 | json_user_delete_possible | /json/user/delete_possible | Path does not match |
| 25 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.