Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.git/config
| # | 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 | Path does not match |
| 26 | shibboleth | /shibboleth | Path does not match |
| 27 | app_logout | /logout | Path does not match |
| 28 | students_index | /users/students | Path does not match |
| 29 | students_show | /users/students/show/{id} | Path does not match |
| 30 | students_edit | /users/students/edit/{id} | Path does not match |
| 31 | students_delete | /users/students/delete/{id} | Path does not match |
| 32 | study_group_show | /courses/group/show/{id} | Path does not match |
| 33 | study_group_add_results | /courses/group/add_results/{id} | Path does not match |
| 34 | study_group_delete | /courses/group/delete/{id} | Path does not match |
| 35 | study_group_edit | /courses/group/edit/{id} | Path does not match |
| 36 | users_index | /users | Path does not match |
| 37 | users_add_shibboleth | /users/add/shibboleth | Path does not match |
| 38 | users_add_database | /users/add/internal | Path does not match |
| 39 | users_show | /users/show/{uid} | Path does not match |
| 40 | users_edit | /users/edit/{uid} | Path does not match |
| 41 | users_delete | /users/delete/{uid} | Path does not match |
| 42 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 43 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 44 | _wdt | /_wdt/{token} | Path does not match |
| 45 | _profiler_home | /_profiler/ | Path does not match |
| 46 | _profiler_search | /_profiler/search | Path does not match |
| 47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 49 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 50 | _profiler_open_file | /_profiler/open | Path does not match |
| 51 | _profiler | /_profiler/{token} | Path does not match |
| 52 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 53 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 54 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.