Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_user_index | /admin/user/ | Path does not match |
| 2 | app_admin_user_new | /admin/user/new | Path does not match |
| 3 | app_admin_user_show | /admin/user/show/{id} | Path does not match |
| 4 | app_admin_user_edit | /admin/user/edit/{id} | Path does not match |
| 5 | app_chart_of_accounts_index | /chart_of_accounts/ | Path does not match |
| 6 | app_chart_of_accounts_new | /chart_of_accounts/new | Path does not match |
| 7 | app_chart_of_accounts_show | /chart_of_accounts/{id} | Path does not match |
| 8 | app_chart_of_accounts_edit | /chart_of_accounts/{id}/edit | Path does not match |
| 9 | app_chart_of_accounts_delete | /chart_of_accounts/{id} | Path does not match |
| 10 | app_devis_article | /devisfacture/api/article/ | Path does not match |
| 11 | app_devis_article_id | /devisfacture/api/article/{id} | Path does not match |
| 12 | app_devis_chatbot_context | /devisfacture/api/chatbot/context | Path does not match |
| 13 | app_devis_chatbot_context_number | /devisfacture/api/chatbot/context/num/{number} | Path does not match |
| 14 | app_devis_chatbot_context_number_update | /devisfacture/api/chatbot/context/num/{number} | Path does not match |
| 15 | app_devis_chatbot_context_add | /devisfacture/api/chatbot/context/add | Path does not match |
| 16 | app_home | / | Path does not match |
| 17 | app_journal_index | /journal/ | Path does not match |
| 18 | app_journal_export | /journal/export | Path does not match |
| 19 | app_journal_new | /journal/new | Path does not match |
| 20 | app_journal_show | /journal/{id} | Path does not match |
| 21 | app_journal_edit | /journal/{id}/edit | Path does not match |
| 22 | app_journal_delete | /journal/{id} | Path does not match |
| 23 | app_journal_details_delete | /journal/details/{id} | Path does not match |
| 24 | app_lettering_index | /letterings/ | Path does not match |
| 25 | app_lettering_new | /letterings/new | Path does not match |
| 26 | app_lettering_show | /letterings/{id} | Path does not match |
| 27 | app_lettering_edit | /letterings/{id}/edit | Path does not match |
| 28 | app_lettering_delete | /letterings/{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.