Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | adminEventInfo | /admin/event/{id} | Path does not match |
| 2 | delete_user_from_event | /admin/event/{event_id}/user/{user_id}/delete | Path does not match |
| 3 | delete_event_from_user | /admin/user/{event_id}/event/{user_id}/delete | Path does not match |
| 4 | add_klas | /admin/add-clas | Path does not match |
| 5 | add_events | /admin/add | Path does not match |
| 6 | event_delete | /admin/more-info/{event}/remove/ | Path does not match |
| 7 | unchecked_presences | /admin/unchecked-presences | Path does not match |
| 8 | app_admin | /admin | Path does not match |
| 9 | adminPastEvents | /admin/past-events | Path does not match |
| 10 | app_add_opleiding | /opleidingadd/{id} | Path does not match |
| 11 | admin_opleidingen_list | /admin/opleidingen | Path does not match |
| 12 | admin_opleiding_edit | /admin/opleiding/{id}/edit | Path does not match |
| 13 | managementrapportage | /admin/managementrapportage | Path does not match |
| 14 | app_user_event_edit | /user-event/edit/{userEvent} | Path does not match |
| 15 | edit_hours | /{id}/edit/{field}/hours | Path does not match |
| 16 | download_medelink | /download/{filename} | Path does not match |
| 17 | createAnnouncement | /add/Announcement | Path does not match |
| 18 | deleteAnnouncement | /delete/Announcement/{id} | Path does not match |
| 19 | editAnnouncement | /edit/Announcement/{id} | Path does not match |
| 20 | pastEvents | /pastevents | Path does not match |
| 21 | blog_list | / | Path does not match |
| 22 | shownotaccepted | /notaccepted | Path does not match |
| 23 | eventupdateaccepted | /acceptevent/{id} | Path does not match |
| 24 | eventdelete | /deleteevent/{id} | Path does not match |
| 25 | aanwezigheid | /aanwezigheid | Path does not match |
| 26 | absentuser | /setabsent/{id} | Path does not match |
| 27 | setpresent | /setpresent/{id} | Path does not match |
| 28 | teacher_profile | /yourprofile/{id} | Path does not match |
| 29 | editprofile | /editprofile/{id} | Path does not match |
| 30 | about | /about | Path does not match |
| 31 | eventsbydate | /eventsbydate | Path does not match |
| 32 | aboutedit | /about/edit | Path does not match |
| 33 | app_beheerder | /beheerder | Path does not match |
| 34 | showteachers | /showteachers | Path does not match |
| 35 | edit_teacher | /teachers/{id}/edit | Path does not match |
| 36 | edit_event | /{id}/edit/{field} | Path does not match |
| 37 | edit_datum | /{id}/edit/datum/{field} | Path does not match |
| 38 | edit_niveau | /{id}/edit/{field}/niveau | Path does not match |
| 39 | edit_beschrijving | /{id}/edit/{field}/beschrijving | Path does not match |
| 40 | edit_opleiding | /{id}/edit/{field}/opleiding | Path does not match |
| 41 | edit_eventimage | /edit/eventimage/{id} | Path does not match |
| 42 | edit_profileimage | /edit/profileimage/{id} | Path does not match |
| 43 | edit_userevents_presence | /{id}/edit/inschrijving/presence | Path does not match |
| 44 | edit_userevents_rating | /{id}/edit/inschrijving/rating | Path does not match |
| 45 | enroll | /enroll/{id} | Path does not match |
| 46 | enrollklas | /enrollklas | Path does not match |
| 47 | usersByKlas | /users/klas/{id} | Path does not match |
| 48 | klas_delete | /klas/delete | Path does not match |
| 49 | app_login | /login | Path does not match |
| 50 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.