Routing
more_info
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "169" |
Route Matching Logs
Path to match:
/more-info/169
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin | /admin | Path does not match |
| 2 | adminEventInfo | /admin/event/{id} | Path does not match |
| 3 | delete_user_from_event | /admin/event/{event_id}/user/{user_id}/delete | Path does not match |
| 4 | delete_opleiding_from_event | /admin/event/{event_id}/opleiding/{opleiding_id}/delete | Path does not match |
| 5 | add_klas | /admin/add-clas | Path does not match |
| 6 | add_events | /admin/add | Path does not match |
| 7 | event_delete | /admin/more-info/{event}/remove/ | Path does not match |
| 8 | adminPastEvents | /admin/past-events | Path does not match |
| 9 | app_add_opleiding | /opleidingadd/{id} | Path does not match |
| 10 | admin_opleidingen_list | /admin/opleidingen | Path does not match |
| 11 | admin_opleiding_edit | /admin/opleiding/{id}/edit | Path does not match |
| 12 | managementrapportage | /admin/managementrapportage | Path does not match |
| 13 | add_admin | /admin/addadmin | Path does not match |
| 14 | showteachers | /showteachers | Path does not match |
| 15 | edit_teacher | /teachers/{id}/edit | Path does not match |
| 16 | edit_event_field | /event/{id}/edit/{field} | Path does not match |
| 17 | pastEvents | /pastevents | Path does not match |
| 18 | enroll | /enroll/{id} | Path does not match |
| 19 | app_excel | /excel | Path does not match |
| 20 | export_excel_user_events | /export-excel/user-events | Path does not match |
| 21 | app_excel_export_event | /export-excel/event/{id} | Path does not match |
| 22 | download_medelink | /download/{filename} | Path does not match |
| 23 | createAnnouncement | /add/Announcement | Path does not match |
| 24 | createAnnouncementForEvent | /add/Announcement/{id} | Path does not match |
| 25 | deleteAnnouncement | /delete/Announcement/{id} | Path does not match |
| 26 | editAnnouncement | /edit/Announcement/{id} | Path does not match |
| 27 | homepage | / | Path does not match |
| 28 | event_requests | /requests | Path does not match |
| 29 | eventupdateaccepted | /acceptevent/{id} | Path does not match |
| 30 | eventreject | /rejectevent/{id} | Path does not match |
| 31 | aanwezigheid | /aanwezigheid | Path does not match |
| 32 | setpresent | /setpresent/{id} | Path does not match |
| 33 | user_profile | /your-profile | Path does not match |
| 34 | editprofile | /editprofile/{id} | Path does not match |
| 35 | about | /about | Path does not match |
| 36 | eventsbydate | /eventsbydate | Path does not match |
| 37 | edit_profileimage | /edit/profileimage/{id} | Path does not match |
| 38 | app_login | /login | Path does not match |
| 39 | app_register | /register | Path does not match |
| 40 | app_logout | /logout | Path does not match |
| 41 | app_change_my_password | /change-my-password/{user} | Path does not match |
| 42 | studentoverview | /studentoverview | Path does not match |
| 43 | delete_user | /studentoverview/delete/{id} | Path does not match |
| 44 | enrollstudents | /enrollstudents | Path does not match |
| 45 | more_info | /more-info/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.