Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | config_goal_numbers | /configuration/goal-numbers | Path does not match |
| 2 | config_similar_process | /configuration/similar/process | Path does not match |
| 3 | config_similar_persons | /configuration/similar/persons | Path does not match |
| 4 | config_similar_emails | /configuration/similar/emails | Path does not match |
| 5 | config_similar_emails_register | /configuration/similar/email-register | Path does not match |
| 6 | config_similar_emails_remove | /configuration/similar/email/remove/{id} | Path does not match |
| 7 | app_cuttingschedule_index | /schedule/index | Path does not match |
| 8 | app_cuttingschedule_create | /schedule/create | Path does not match |
| 9 | app_cuttingschedule_update | /schedule/update/{id} | Path does not match |
| 10 | app_external_db | /external-db/index | Path does not match |
| 11 | app_external_db_create | /external-db/create | Path does not match |
| 12 | app_external_db_update | /external-db/update/{id} | Path does not match |
| 13 | app_external_db_remove | /external-db/remove/{id} | Path does not match |
| 14 | app_help_program | /help-program/index | Path does not match |
| 15 | app_help_program_create | /help-program/create | Path does not match |
| 16 | app_help_program_update | /help-program/update/{id} | Path does not match |
| 17 | app_help_program_remove | /help-program/remove/{id} | Path does not match |
| 18 | app_help_program_batch | /help-program/batch/{id} | Path does not match |
| 19 | app_help_program_parent_index | /help-program-parent/index | Path does not match |
| 20 | app_help_program_parent_create | /help-program-parent/create | Path does not match |
| 21 | app_help_program_parent_update | /help-program-parent/update/{id} | Path does not match |
| 22 | app_help_program_parent_remove | /help-program-parent/remove/{id} | Path does not match |
| 23 | dashboard | / | Path does not match |
| 24 | app_dashboard_person_suburb | /chart/person/suburb | Path does not match |
| 25 | app_dashboard_person_program | /chart/person/program | Path does not match |
| 26 | app_dashboard_person_database | /chart/person/database | Path does not match |
| 27 | app_notification_find_user | /notification/find/user | Path does not match |
| 28 | app_notification_read | /notification/read/{id} | Path does not match |
| 29 | 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.