Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_absence | /absence/{token} | Path does not match |
| 2 | app_absence_index | /absence/{token}/index | Path does not match |
| 3 | app_absence_declare | /absence/{token}/declare | Path does not match |
| 4 | app_absence_edit | /absence/{token}/edit/{id} | Path does not match |
| 5 | app_absence_delete | /absence/{token}/delete/{id}/{quantity} | Path does not match |
| 6 | app_absence_delete_multiple | /absence/{token}/delete-multiple | Path does not match |
| 7 | app_account | /account | Path does not match |
| 8 | app_change_password | /account/change-password | Path does not match |
| 9 | birthdays_index | /admin/birthdays/calendar | Path does not match |
| 10 | birthdays_add | /admin/birthdays/add/{date}/{name} | Path does not match |
| 11 | birthdays_remove | /admin/birthdays/remove/{date}/{name} | Path does not match |
| 12 | birthdays_list | /admin/birthdays/list | Path does not match |
| 13 | closing_days_index | /admin/closing-days/ | Path does not match |
| 14 | closing_days_add | /admin/closing-days/add/{date} | Path does not match |
| 15 | closing_days_remove | /admin/closing-days/remove/{date} | Path does not match |
| 16 | admin | /admin | Path does not match |
| 17 | api_member_registrations_count | /api/member/registrations | Path does not match |
| 18 | app_calendar | /calendar/{token} | Path does not match |
| 19 | app_channel | /channel | Path does not match |
| 20 | app_home | / | Path does not match |
| 21 | app_member | /member | Path does not match |
| 22 | app_cdm | /cdm | Path does not match |
| 23 | app_cdm_member | /cdm/member/{id}/{year}/{month} | Path does not match |
| 24 | app_cdm_calendar | /cdm/calendar | Path does not match |
| 25 | app_cdm_delete | /cdm/delete/{id} | Path does not match |
| 26 | app_member_show | /member/{id} | Path does not match |
| 27 | app_new_registration | /registration/new | Path does not match |
| 28 | app_edit_registration | /registration/edit/{rid}/{mid} | Path does not match |
| 29 | app_message | /message/{target}/{chat_id}/{thread} | Path does not match |
| 30 | bo_message_send | /bo/message/send | Path does not match |
| 31 | app_parking_index | /parking/index/{token} | Path does not match |
| 32 | app_parking_register | /parking/register/{token}/{date} | Path does not match |
| 33 | app_register | /register | Path does not match |
| 34 | app_delete_registration | /delete/registration/{rid}/{mid}/{quantity}/{check_if_late} | Path does not match |
| 35 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.