Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_account | /account/details | Path does not match |
| 17 | account_edit_profile | /account/profile | Path does not match |
| 18 | account_change_password | /account/password | Path does not match |
| 19 | activities_list | /admin/activities | Path does not match |
| 20 | activity_create | /admin/activities/create | Path does not match |
| 21 | activity_edit | /admin/activities/{id}/edit | Path does not match |
| 22 | activity_delete | /admin/activities/{id}/delete | Path does not match |
| 23 | ad_hoc_teams_list | /ad-hoc-teams | Path does not match |
| 24 | ad_hoc_team_detail | /ad-hoc-teams/{id} | Path does not match |
| 25 | ad_hoc_team_add_member | /ad-hoc-teams/{id}/members/add | Path does not match |
| 26 | ad_hoc_team_remove_member | /ad-hoc-teams/{id}/members/{membershipId}/remove | Path does not match |
| 27 | ad_hoc_team_delete | /ad-hoc-teams/{id}/delete | Path does not match |
| 28 | api_ai_chat | /api/ai-chat | Path does not match |
| 29 | app_settings | /settings | Path does not match |
| 30 | app_settings_save_head | /settings/head | Path does not match |
| 31 | app_settings_save_body | /settings/body | Path does not match |
| 32 | app_settings_save_turbo | /settings/turbo | Path does not match |
| 33 | meeting_commitments | /meeting/{uuid}/commitments | Path does not match |
| 34 | engagement_commitments | /engagement/{id}/commitments | Path does not match |
| 35 | departments_list | /departments | Path does not match |
| 36 | department_create | /department/create | Path does not match |
| 37 | department_detail | /department/{id} | Path does not match |
| 38 | department_members_add | /department/{id}/members/add | Path does not match |
| 39 | department_assign_coi | /department/{id}/coi/assign | Path does not match |
| 40 | department_delete | /department/{id}/delete | Path does not match |
| 41 | engagement_participants_manage | /engagement/{id}/participants | Path does not match |
| 42 | engagement_participant_add | /engagement/{id}/participants/add | Path does not match |
| 43 | engagement_participant_remove | /engagement/{id}/participants/{userId}/remove | Path does not match |
| 44 | enterprises_list | /enterprises | Path does not match |
| 45 | enterprise_create | /enterprise/create | Path does not match |
| 46 | enterprise_detail | /enterprise/{slug} | Path does not match |
| 47 | enterprise_delete | /enterprise/{slug}/delete | Path does not match |
| 48 | event_hooks_process | /internal/event-hooks/process | Path does not match |
| 49 | event_hooks_list | /admin/event-hooks | Path does not match |
| 50 | event_hook_create | /admin/event-hooks/create | Path does not match |
| 51 | event_hook_edit | /admin/event-hooks/{id}/edit | Path does not match |
| 52 | event_hook_delete | /admin/event-hooks/{id}/delete | Path does not match |
| 53 | event_occurrences_list | /admin/event-occurrences | Path does not match |
| 54 | event_subscriptions_list | /admin/event-subscriptions | Path does not match |
| 55 | event_subscription_create | /admin/event-subscriptions/create | Path does not match |
| 56 | event_subscription_edit | /admin/event-subscriptions/{id}/edit | Path does not match |
| 57 | event_subscription_delete | /admin/event-subscriptions/{id}/delete | Path does not match |
| 58 | facilitator_access_request_create | /facilitator/access-request | Path does not match |
| 59 | facilitator_access_requests_list | /facilitator/access-requests | Path does not match |
| 60 | facilitator_access_request_approve | /facilitator/access-requests/{id}/approve | Path does not match |
| 61 | facilitator_access_request_deny | /facilitator/access-requests/{id}/deny | Path does not match |
| 62 | 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.