Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.