Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://mtvupgrade.math.kit.edu/login
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.