Routing
blog_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.